]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- locales cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Apr 2005 16:38:04 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda.spec -> 1.4

anaconda.spec

index 478ccf5ab1527fe65b96966f0d17fc6dae3bbb73..ecaa7204d84cfcb440fc76963f303db2e5477dfd 100644 (file)
@@ -19,7 +19,7 @@ BuildRequires:        bogl-devel >= 0:0.1.9-17
 BuildRequires: bzip2-devel
 BuildRequires: e2fsprogs-devel
 BuildRequires: elfutils-devel
-BuildRequires: gettext >= 0.11
+BuildRequires: gettext-devel >= 0.11
 BuildRequires: glibc-static
 BuildRequires: gtk+2-devel
 BuildRequires: intltool >= 0.31.2-3
@@ -86,6 +86,10 @@ systemach.
 %setup -q
 %patch0 -p1
 
+rm -f po/no.po
+mv -f po/{eu_ES,eu}.po
+mv -f po/{sr,sr@Latn}.po
+
 %build
 mv Makefile Makefile.old
 sed 's/$(PYTHON) scripts/python scripts/' Makefile.old > Makefile
@@ -103,12 +107,13 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc COPYING
 %doc docs/command-line.txt
 %doc docs/install-methods.txt
 %doc docs/kickstart-docs.txt
@@ -117,7 +122,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/mini-wm
 %attr(755,root,root) %{_sbindir}/anaconda
 %{_datadir}/anaconda
-%attr(644,root,root) %{_datadir}/locale/*/*/*
 %{_libdir}/anaconda
 
 %files runtime
@@ -129,7 +133,10 @@ rm -rf $RPM_BUILD_ROOT
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log: anaconda.spec,v $
-Revision 1.3  2005-04-29 16:22:41  qboosh
+Revision 1.4  2005-04-29 16:38:04  qboosh
+- locales cleanup
+
+Revision 1.3  2005/04/29 16:22:41  qboosh
 - pl, some cleanups
 
 Revision 1.2  2005/04/28 22:45:31  patrys
This page took 0.072714 seconds and 4 git commands to generate.