summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-06-21 22:01:00 +0100
committerAnas Nashif <anas.nashif@intel.com>2012-06-21 22:50:05 +0100
commite14b8ed67245b198cb59b02a0868ff8b8850e219 (patch)
treee55eb31324566d3d6b46ea9bea0c04a76c269248
parent641d1dffeff7e5c0f5a0164a5bd2fcac9f207102 (diff)
downloadfakeroot-e14b8ed67245b198cb59b02a0868ff8b8850e219.tar.gz
fakeroot-e14b8ed67245b198cb59b02a0868ff8b8850e219.tar.bz2
fakeroot-e14b8ed67245b198cb59b02a0868ff8b8850e219.zip
change tarball name to make gbs work2.0_alpha2.0alpha1.0_post
Change-Id: I388d5a5c3a713ca2605c421d9137da4db5ad114f
-rw-r--r--packaging/fakeroot.changes16
-rw-r--r--packaging/fakeroot.spec30
2 files changed, 10 insertions, 36 deletions
diff --git a/packaging/fakeroot.changes b/packaging/fakeroot.changes
index ed20740..eb74bce 100644
--- a/packaging/fakeroot.changes
+++ b/packaging/fakeroot.changes
@@ -1,11 +1,11 @@
-* Wed Jun 22 2011 Chris Ferron <chris.e.ferron@linux.intel.com> - 1.12.4
-- removed util-linux-ng as it has been replaced by util-linux.
+* Thu Jun 21 2012 Anas Nashif <anas.nashif@intel.com> 9cb0a26
+- change tarball name to make gbs work
-* Sat Jan 30 2010 Zhang, Qiang Z<qiang.z.zhang@intel.com> 1.12.4
-- Update to 1.12.4
+* Wed May 30 2012 Ryan Ware <ryan.r.ware@intel.com> 641d1df
+- Add default Smack manifest for fakeroot.spec
-* Tue Feb 19 2009 Zhang, Qiang Z<qiang.z.zhang@intel.com> 1.12.1
-- Update to 1.12.1
+* Mon May 21 2012 Kim Kibum <kb0929.kim@samsung.com> a3e1b09
+- Upload Tizen:Base source
+[ Hyesook Choi ]
+- Initial empty repository
-* Tue Jan 06 2009 Anas Nashif <anas.nashif@intel.com> 1.11
-- Initial import into Moblin
diff --git a/packaging/fakeroot.spec b/packaging/fakeroot.spec
index 9016577..0b6577c 100644
--- a/packaging/fakeroot.spec
+++ b/packaging/fakeroot.spec
@@ -1,4 +1,3 @@
-
Name: fakeroot
Summary: Gives a fake root environment
Version: 1.12.4
@@ -6,7 +5,7 @@ Release: 19
Group: Development/Tools
License: GPL+
URL: http://fakeroot.alioth.debian.org/
-Source0: http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.tar.gz
+Source0: http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}-%{version}.tar.gz
Source1001: packaging/fakeroot.manifest
Requires: util-linux
Requires(post): /sbin/ldconfig
@@ -15,7 +14,6 @@ BuildRequires: gcc-c++
BuildRequires: util-linux
BuildRequires: sharutils
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
fakeroot runs a command in an environment wherein it appears to have
@@ -28,7 +26,7 @@ had the user really been root.
%prep
-%setup -q -n %{name}-%{version}
+%setup -q
%build
cp %{SOURCE1001} .
@@ -36,11 +34,6 @@ for file in ./doc/*/*.1; do
iconv -f latin1 -t utf8 < $file > $file.new
mv -f $file.new $file
done
-
-
-
-
-
# all build scripts in origin specfile as the following:
for type in sysv tcp; do
mkdir obj-$type
@@ -61,11 +54,6 @@ cd ..
done
%install
-rm -rf %{buildroot}
-# Please write install script under ">> install post"
-
-# all install scripts in origin specfile as the following:
-rm -rf %{buildroot}
for type in sysv tcp; do
make -C obj-$type install libdir=%{_libdir}/libfakeroot DESTDIR=%{buildroot}
chmod 644 %{buildroot}%{_libdir}/libfakeroot/libfakeroot-0.so
@@ -79,18 +67,6 @@ ln -s faked-tcp %{buildroot}%{_bindir}/faked
ln -s fakeroot-tcp %{buildroot}%{_bindir}/fakeroot
ln -s libfakeroot-tcp.so %{buildroot}%{_libdir}/libfakeroot/libfakeroot-0.so
-%check
-for type in sysv tcp; do
- echo 'Bypassing check '$type
-# make -C obj-$type check
-done
-
-
-
-%clean
-rm -rf %{buildroot}
-
-
%post -p /sbin/ldconfig
@@ -99,8 +75,6 @@ rm -rf %{buildroot}
%files
%manifest fakeroot.manifest
-%defattr(-,root,root,-)
-%doc AUTHORS BUGS COPYING DEBUG debian/changelog doc/README.saving
%{_bindir}/faked-*
%{_bindir}/faked
%{_bindir}/fakeroot-*