diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85e0c55 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/popt-1.18.tar.gz diff --git a/EMPTY b/EMPTY deleted file mode 100644 index 0519ecb..0000000 --- a/EMPTY +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/popt.spec b/popt.spec new file mode 100644 index 0000000..4b58d64 --- /dev/null +++ b/popt.spec @@ -0,0 +1,204 @@ +Summary: C library for parsing command line parameters +Name: popt +Version: 1.18 +Release: 1%{?dist} +License: MIT +Group: System Environment/Libraries +URL: https://github.com/rpm-software-management/popt/ +Source: http://ftp.rpm.org/popt/releases/popt-1.x/popt-%{version}.tar.gz +BuildRequires: gcc gettext + +%description +Popt is a C library for parsing command line parameters. Popt was +heavily influenced by the getopt() and getopt_long() functions, but +it improves on them by allowing more powerful argument expansion. +Popt can parse arbitrary argv[] style arrays and automatically set +variables based on command line arguments. Popt allows command line +arguments to be aliased via configuration files and includes utility +functions for parsing arbitrary strings into argv[] arrays using +shell-like rules. + +%package devel +Summary: Development files for the popt library +Group: Development/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig + +%description devel +The popt-devel package includes header files and libraries necessary +for developing programs which use the popt C library. It contains the +API documentation of the popt library, too. + +%package static +Summary: Static library for parsing command line parameters +Group: Development/Libraries +Requires: %{name}-devel%{?_isa} = %{version}-%{release} + +%description static +The popt-static package includes static libraries of the popt library. +Install it if you need to link statically with libpopt. + +%prep +%autosetup + +%build +%configure +%make_build + +%install +%make_install + +# Multiple popt configurations are possible +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/popt.d + +rm -f $RPM_BUILD_ROOT/%{_libdir}/libpopt.la + +%find_lang %{name} + +%check +make check + +%ldconfig_scriptlets + +%files -f %{name}.lang +%license COPYING +%doc CHANGES +%{_sysconfdir}/popt.d +%{_libdir}/libpopt.so.* + +%files devel +%doc README +%{_libdir}/libpopt.so +%{_libdir}/pkgconfig/%{name}.pc +%{_includedir}/popt.h +%{_mandir}/man3/popt.3* + +%files static +%{_libdir}/libpopt.a + +%changelog +* Thu Jan 07 2021 Panu Matilainen - 1.18-1 +- Rebase to popt 1.18 (https://github.com/rpm-software-management/popt/releases/tag/popt-1.18-release) +- Update URLs to rebooted upstream +- Clean up ancient cruft from spec, use modern build macros + +* Fri Feb 09 2018 Fedora Release Engineering - 1.16-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Feb 03 2018 Igor Gnatenko - 1.16-13 +- Switch to %%ldconfig_scriptlets + +* Thu Oct 12 2017 Robert Scheck 1.16-12 +- Added upstream patch to handle glob(3) error returns (#1051685) + +* Thu Aug 03 2017 Fedora Release Engineering - 1.16-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Fri Jul 28 2017 Peter Jones - 1.16-10 +- Make it use %%autosetup -S git +- Fix a memory leak + +* Thu Jul 27 2017 Fedora Release Engineering - 1.16-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.16-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 1.16-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 1.16-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun Aug 17 2014 Fedora Release Engineering - 1.16-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Thu Jun 26 2014 Panu Matilainen - 1.16-4 +- Mark license as such, not documentation + +* Sat Jun 07 2014 Fedora Release Engineering - 1.16-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Jan 08 2014 Robert Scheck 1.16-2 +- Added patch to have --help and --usage translatable (#734434) + +* Sun Nov 24 2013 Robert Scheck 1.16-1 +- Upgrade to 1.16 (#448286, #999377) +- Tight run-time dependencies between sub-packages via %%{?_isa} +- Added patch for spelling mistakes in popt man page (#675567) + +* Sun Aug 04 2013 Fedora Release Engineering - 1.13-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 1.13-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Dec 14 2012 Panu Matilainen - 1.13-13 +- Remove useless doxygen docs to eliminate multilib conflicts (#533829) + +* Thu Aug 02 2012 Panu Matilainen - 1.13-12 +- Hack poptBadOption() to return something semi-meaningful on exec alias + failures (#697435, #710267) +- Run internal test-suite on build, minimal as it might be + +* Sat Jul 21 2012 Fedora Release Engineering - 1.13-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 1.13-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Jun 14 2011 Panu Matilainen +- Backport upstream patch to fix --opt= syntax for aliases (#293531) + +* Wed Feb 09 2011 Fedora Release Engineering - 1.13-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Feb 16 2010 Robert Scheck 1.13-7 +- Solved multilib problems at doxygen generated files (#517509) + +* Sun Jul 26 2009 Fedora Release Engineering - 1.13-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Feb 23 2009 Robert Scheck 1.13-5 +- Rebuilt against gcc 4.4 and rpm 4.6 + +* Sun May 25 2008 Robert Scheck 1.13-4 +- Solved multilib problems at doxygen generated files (#342921) + +* Wed Feb 20 2008 Robert Scheck 1.13-3 +- Revert the broken bind_textdomain_codeset() patch (#433324) + +* Thu Feb 14 2008 Robert Scheck 1.13-2 +- Added patch to work around missing bind_textdomain_codeset() + +* Sun Dec 30 2007 Robert Scheck 1.13-1 +- Upgrade to 1.13 (#290531, #332201, #425803) +- Solved multilib problems at doxygen generated files (#342921) + +* Thu Aug 23 2007 Robert Scheck 1.12-3 +- Added buildrequirement to graphviz (#249352) +- Backported bugfixes from CVS (#102254, #135428 and #178413) + +* Sun Aug 12 2007 Robert Scheck 1.12-2 +- Move libpopt to /lib[64] (#249814) +- Generate API documentation, added buildrequirement to doxygen + +* Mon Jul 23 2007 Robert Scheck 1.12-1 +- Changes to match with Fedora Packaging Guidelines (#249352) + +* Tue Jul 10 2007 Jeff Johnson +- release popt-1.12 through rpm5.org. + +* Sat Jun 9 2007 Jeff Johnson +- release popt-1.11 through rpm5.org. + +* Thu Dec 10 1998 Michael Johnson +- released 1.2.2; see CHANGES + +* Tue Nov 17 1998 Michael K. Johnson +- added man page to default install + +* Thu Oct 22 1998 Erik Troan +- see CHANGES file for 1.2 + +* Thu Apr 09 1998 Erik Troan +- added ./configure step to spec file diff --git a/sources b/sources new file mode 100644 index 0000000..a1e8b0b --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (popt-1.18.tar.gz) = 86422e8762adda3d02d46c20ac74ffe389d4f991d552b6fea729f007345b6426cbeb71160284e2deaa2ce44ce754a9e6cf6ccbd64bff9bc2253df40cdc2f79a5