diff options
Diffstat (limited to 'popt/popt.spec')
-rw-r--r-- | popt/popt.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/popt/popt.spec b/popt/popt.spec index 8b50f7e08..8adb06f6b 100644 --- a/popt/popt.spec +++ b/popt/popt.spec @@ -22,9 +22,11 @@ capabilities. %prep %setup -q -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr %build +#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr + +%configure make %install @@ -35,9 +37,11 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -/usr/lib/libpopt.a -/usr/include/popt.h -/usr/man/man3/popt.3 +%{_prefix}/lib/libpopt.a +%{_prefix}/lib/libpopt.la +%{_prefix}/include/popt.h +%{_prefix}/man/man3/popt.3 +%{_prefix}/share/locale/*/LC_MESSAGES/popt.mo %changelog * Thu Dec 10 1998 Michael Johnson <johnsonm@redhat.com> |