diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-11-25 15:00:02 -0800 |
---|---|---|
committer | Ossama Othman <ossama.othman@intel.com> | 2013-11-25 15:00:02 -0800 |
commit | 47ae1cde69cd6bf2c22e20902cefa3f0e25c8cb4 (patch) | |
tree | add9aa20a19f410a91522d4b95df3e93c57f8637 /packaging | |
parent | 8c82de96cd23e4823a2d29eb2de2295c0866b0c9 (diff) | |
download | quota-47ae1cde69cd6bf2c22e20902cefa3f0e25c8cb4.tar.gz quota-47ae1cde69cd6bf2c22e20902cefa3f0e25c8cb4.tar.bz2 quota-47ae1cde69cd6bf2c22e20902cefa3f0e25c8cb4.zip |
Change-Id: I2271f01ae7877d43dde2432a45b49b910ddb6f8f
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/quota-4.0.pre1.tar | 0 | ||||
-rw-r--r-- | packaging/quota-4.0.pre1.tar.bz2 | bin | 269469 -> 0 bytes | |||
-rw-r--r-- | packaging/quota.changes | 11 | ||||
-rw-r--r-- | packaging/quota.spec | 62 |
4 files changed, 0 insertions, 73 deletions
diff --git a/packaging/quota-4.0.pre1.tar b/packaging/quota-4.0.pre1.tar deleted file mode 100644 index e69de29..0000000 --- a/packaging/quota-4.0.pre1.tar +++ /dev/null diff --git a/packaging/quota-4.0.pre1.tar.bz2 b/packaging/quota-4.0.pre1.tar.bz2 Binary files differdeleted file mode 100644 index da0ae84..0000000 --- a/packaging/quota-4.0.pre1.tar.bz2 +++ /dev/null diff --git a/packaging/quota.changes b/packaging/quota.changes deleted file mode 100644 index 324df17..0000000 --- a/packaging/quota.changes +++ /dev/null @@ -1,11 +0,0 @@ -* Wed May 30 03:17:39 UTC 2012 - Lin Yang <lin.a.yang@intel.con> - 4.0.pre1 -- Initial commit to Gerrit - -* Tue Apr 10 23:14:30 UTC 2012 - tracy.graydon@intel.com -- Directly apply the stripping fix patch changes and ditch the patch. - -* Tue Apr 10 00:54:53 UTC 2012 - tracy.graydon@intel.com -- Stole Auke's initial packaging and added the quota-3.06-no-stripping.patch - -* Thu Jul 28 2011 Auke Kok <auke-jan.h.kok@intel.com> - 4.0~pre1 -- Initial packaging, mostly from Bernd Wachter. diff --git a/packaging/quota.spec b/packaging/quota.spec deleted file mode 100644 index 47aad39..0000000 --- a/packaging/quota.spec +++ /dev/null @@ -1,62 +0,0 @@ -Name: quota -Version: 4.0.pre1 -%define _version 4.00-pre1 -Release: 1 -Summary: Userland for disk quota -Group: System/Base -License: BSD, GPLv2, LGPLv2.1 -URL: http://sourceforge.net/projects/linuxquota/ -Source0: %{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} -BuildRequires: pkgconfig(openssl) -BuildRequires: pkgconfig(ext2fs) -BuildRequires: pkgconfig(dbus-1) -BuildRequires: gettext - -%description -%{summary}. - -%package devel -Summary: Development files for %{name} -Group: Development/Libraries - -%description devel -%{summary}. - -%prep -%setup -q -n %{name}-%{version} - -%build -%configure \ - --enable-netlink=no \ - --with-ext2direct=yes \ - --enable-rpcsetquota=yes -make %{?_smp_mflags} - -%install -mkdir -p %{buildroot}/sbin -mkdir -p %{buildroot}%{_sysconfdir} -mkdir -p %{buildroot}%{_sbindir} -mkdir -p %{buildroot}%{_bindir} -mkdir -p %{buildroot}%{_mandir}/{man1,man3,man8} -make install INSTALL='install -p' ROOTDIR=%{buildroot} - - -%find_lang %{name} - -%files -f %{name}.lang -%defattr(-,root,root,-) -%config %{_sysconfdir}/quota* -%config %{_sysconfdir}/*.conf -%attr(0755,root,root) %{_bindir}/* -%attr(0755,root,root) %{_sbindir}/* -%attr(0644,root,root) %{_mandir}/man1/*.gz -%attr(0644,root,root) %{_mandir}/man2/*.gz -%attr(0644,root,root) %{_mandir}/man3/*.gz -%attr(0644,root,root) %{_mandir}/man8/*.gz - -%files devel -%dir %{_includedir}/rpcsvc -%{_includedir}/rpcsvc/* -%attr(0644,root,root) %{_mandir}/man3/* - |