]> git.pld-linux.org Git - packages/beagle.git/commitdiff
- up to snap 20040813
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Fri, 13 Aug 2004 14:06:37 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Filters-dir.patch
- pc.patch

Changed files:
    beagle.spec -> 1.7

beagle.spec

index c760504d8981ab33401866ba12a9925cba36aecc..dd00e361752eab4aae7a2dc38c14771748cfb124 100644 (file)
@@ -3,29 +3,37 @@
 %bcond_without epiphany        # don't build epiphany extension (it requires
                                # epiphany-1.2.x)
 #
+%define                snap 20040813
+
 Summary:       Beagle - An indexing subsystem
 Summary(pl):   Beagle - podsystem indeksuj±cy
 Name:          beagle
-Version:       0.0.1
-Release:       1
+Version:       0.0.3
+Release:       0.%{snap}.1
 License:       Various
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/0.0/%{name}-%{version}.tar.bz2
-# Source0-md5: 9505a0d8aad8f0d80f9f18aab77dac08
+Source0:       %{name}-%{version}-%{snap}.tar.bz2
+# Source0-md5: 318d6918ab80d8d9b75b07b1b2524b02
+#Source0:      http://ftp.gnome.org/pub/gnome/sources/%{name}/0.0/%{name}-%{version}.tar.bz2
+Patch0:                %{name}-Filters-dir.patch
+Patch1:                %{name}-pc.patch
 URL:           http://www.gnome.com/
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake
 BuildRequires: dotnet-evolution-sharp-devel >= 0.3
 BuildRequires: dotnet-gtk-sharp-devel
+BuildRequires: dotnet-dbus-sharp-devel >= 0.22
 %if %{with epiphany}
 BuildRequires: epiphany-devel >= 1.2.1
 BuildRequires: epiphany-devel < 1.3.0
 %endif
 BuildRequires: gtk+2-devel >= 2:2.4.0
 BuildRequires: libxml2-devel >= 2.6.0
-BuildRequires: mono
 BuildRequires: mono-csharp
 BuildRequires: pkgconfig
 Requires:      dotnet-evolution-sharp >= 0.3
 Requires:      dotnet-gtk-sharp
+Requires:      dotnet-dbus-sharp >= 0.22
 Requires:      gtk+2 >= 2:2.4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -67,8 +75,14 @@ odwiedzan
 
 %prep
 %setup -q
+%patch0 -p0
+%patch1 -p0
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
 %if %{with epiphany}
        --enable-epiphany-extension
@@ -95,10 +109,12 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING ChangeLog NEWS README
 %attr(755,root,root)%{_bindir}/*
 %{_libdir}/%{name}
+%{_libdir}/libbeaglechooserhack.so.*
 
 %files devel
 %defattr(644,root,root,755)
 %{_pkgconfigdir}/*
+%{_libdir}/libbeaglechooserhack.la
 
 %if %{with epiphany}
 %files -n epiphany-extension-beagle
This page took 0.055434 seconds and 4 git commands to generate.