]> git.pld-linux.org Git - packages/gnome-objc.git/blame - gnome-objc.spec
- updated gettext BR
[packages/gnome-objc.git] / gnome-objc.spec
CommitLineData
2499f095 1Summary: GNOME Objective C libraries
059233a7 2Summary(pl.UTF-8): Biblioteki Objective C do GNOME
2499f095 3Name: gnome-objc
5ac05a97 4Version: 1.0.40
85224fea 5Release: 8
c4c7bb64 6License: LGPL v2+
3b7f45fa 7Group: X11/Applications
c4c7bb64 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-objc/1.0/%{name}-%{version}.tar.gz
6e728572 9# Source0-md5: 5128635f4d8d143e5f9b4646456b3025
a4521e53 10URL: http://www.gnome.org/
6f4a1cc6 11BuildRequires: automake
f3e7526b 12BuildRequires: gcc-objc
659df4a8 13BuildRequires: gettext-tools
44d339ed 14BuildRequires: gnome-libs-devel
af579ce9 15Requires: gtk+ >= 1.2.1
2499f095 16Obsoletes: gnome
af579ce9 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1171f94b 18
19%description
59d99546 20Basic libraries you must have installed to use GNOME programs that are
21built with Objective C.
1171f94b 22
a734a8c0 23GNOME is the GNU Network Object Model Environment. That's a fancy name
24but really GNOME is a nice GUI desktop environment. It makes using
25your computer easy, powerful, and easy to configure.
1171f94b 26
21ee17d7 27%description -l pl.UTF-8
a4521e53 28Pakiet ten zawiera biblioteki Objective C do GNOME.
29
21ee17d7
JR
30GNOME jest graficznym interfejsem użytkownika łatwym w konfiguracji.
31Uczyni z twojego komputera maszynę łatwą i przyjemną w obsłudze.
2499f095 32
a4521e53 33%package devel
34Summary: Header filesc, etc to develop Objective C GNOME applications
059233a7 35Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja do Objective C GNOME
3b7f45fa 36Group: X11/Development/Libraries
af579ce9 37Requires: %{name} = %{version}-%{release}
2ccfa137 38Requires: gcc-objc
1171f94b 39
40%description devel
59d99546 41Libraries, include files, etc you can use to develop Objective C GNOME
42applications.
1171f94b 43
21ee17d7
JR
44%description devel -l pl.UTF-8
45Pliki nagłówkowe itp. Jednym słowem wszystko czego potrzebujesz aby
46samemu tworzyć aplikacje GNOME z użyciem Objective C.
2499f095 47
a4521e53 48%package static
2499f095 49Summary: Static ibraries Objective C GNOME applications
059233a7 50Summary(pl.UTF-8): Biblioteki statyczne do Objective C GNOME
3b7f45fa 51Group: X11/Development/Libraries
af579ce9 52Requires: %{name}-devel = %{version}-%{release}
1171f94b 53
54%description static
55Static libraries to develop Objective C GNOME applications.
56
21ee17d7 57%description static -l pl.UTF-8
a4521e53 58Biblioteki statyczne do Objective C GNOME.
2499f095 59
1171f94b 60%prep
61%setup -q
62
63%build
ab2d9b13 64OBJC="%{__cc}"; export OBJC
c4c7bb64 65cp -f /usr/share/automake/config.* .
1e48d394 66%{__gettextize}
0ae05b23 67%{__aclocal} -I macros
923ef24f 68%configure2_13
91d08933 69%{__make}
1171f94b 70
71%install
72rm -rf $RPM_BUILD_ROOT
1171f94b 73
af579ce9
ER
74%{__make} install \
75 DESTDIR=$RPM_BUILD_ROOT
1171f94b 76
5f349856
JR
77%find_lang %{name}
78
1171f94b 79%clean
80rm -rf $RPM_BUILD_ROOT
81
82%post -p /sbin/ldconfig
83%postun -p /sbin/ldconfig
84
2a5874cc 85%files -f %{name}.lang
2499f095 86%defattr(644,root,root,755)
5ac05a97 87%attr(755,root,root) %{_libdir}/lib*.so.*.*
0a948236 88
1171f94b 89%files devel
2499f095 90%defattr(644,root,root,755)
ba3a492e 91%doc AUTHORS ChangeLog NEWS README
5ac05a97 92%attr(755,root,root) %{_bindir}/obgnome-config
93%attr(755,root,root) %{_libdir}/lib*.so
b1cf5029 94%{_libdir}/lib*.la
5ac05a97 95%attr(755,root,root) %{_libdir}/*.sh
96%{_includedir}/*
1171f94b 97
98%files static
a734a8c0 99%defattr(644,root,root,755)
100%{_libdir}/lib*.a
This page took 0.054671 seconds and 4 git commands to generate.