]> git.pld-linux.org Git - packages/gedit.git/commitdiff
- update to version 2.3.0 gedit2-2_3_0-1
authoraflinta <aflinta@pld-linux.org>
Thu, 27 Mar 2003 10:50:46 +0000 (10:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gedit.spec -> 1.41

gedit.spec

index e401e094a62427d7ce77d1a3b9947b0b0362c8b0..b39c57e6e0cbd92e193fef72c09624e6738b6739 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       gEdit - small but powerful text editor for X Window
 Summary(pl):   gEdit - ma³y ale potê¿ny edytor tekstu dla X Window
 Name:          gedit2
-Version:       2.2.1
+Version:       2.3.0
 Release:       1
 License:       GPL
 Group:         X11/Applications/Editors
-Source0:       http://ftp.gnome.org/pub/gnome/sources/gedit/2.2/gedit-%{version}.tar.bz2
+Source0:       http://ftp.gnome.org/pub/gnome/sources/gedit/2.3/gedit-%{version}.tar.bz2
 URL:           http://gedit.sourceforge.net/
 BuildRequires: GConf2-devel >= 2.2.0
 BuildRequires: Xft-devel >= 2.1-2
@@ -40,19 +40,23 @@ kt
 nie zwiêkszaj±c rozmiarów samego programu, mo¿liwo¶æ edycji wielu
 dokumentów naraz i wiele innych.
 
+%package devel
+Summary:       gEdit header files
+Summary(pl):   pliki nag³ówkowe gEdit
+Group:         X11/Development/Libraries
+Requires:      %{name} = %{version}
+
+%description devel
+gEdit header files
+
+%description devel -l pl
+Pliki nag³ówkowe gEdit.
+
 %prep
 %setup -q -n gedit-%{version}
 
 %build
-#rm -f missing acinclude.m4
-#%%{__libtoolize}
-#glib-gettextize --copy --force
-#%%{__aclocal} 
-#%%{__autoconf}
-#sed -e 's/-ourdir/ourdir/' xmldocs.make >xmldocs.make.tmp
-#mv xmldocs.make.tmp xmldocs.make
-#%%{__automake}
-%configure 
+%configure
 
 %{__make}
 
@@ -60,9 +64,12 @@ dokument
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT  \
+       DESTDIR=$RPM_BUILD_ROOT \
        omf_dest_dir=%{_omf_dest_dir}/%{name}
 
+# Remove obsoleted *.la files
+rm -f $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins/*.la
+
 %find_lang %{name} --with-gnome --all-name
 
 %clean
@@ -93,3 +100,8 @@ scrollkeeper-update
 %{_datadir}/idl/*
 %{_omf_dest_dir}/%{name}
 %{_mandir}/man1/*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/gedit-2.4
+%{_pkgconfigdir}/gedit-2.4.pc
This page took 0.044807 seconds and 4 git commands to generate.