]> git.pld-linux.org Git - packages/dotnet-notify-sharp3.git/blame - dotnet-notify-sharp3.spec
Release 2 (by relup.sh)
[packages/dotnet-notify-sharp3.git] / dotnet-notify-sharp3.spec
CommitLineData
06d87528
JB
1Summary: C# client implementation for Desktop Notifications
2Summary(pl.UTF-8): Implementacja C# klienta usługi Desktop Notifications
281cb044 3Name: dotnet-notify-sharp3
1ef4034a 4Version: 3.0.3
a25f3589 5Release: 2
06d87528 6License: MIT
281cb044
ER
7Group: Development/Libraries
8Source0: https://www.meebey.net/projects/notify-sharp/downloads/notify-sharp-%{version}.tar.gz
1ef4034a 9# Source0-md5: 827ad0436e6540a8b9f621c3fa77e137
281cb044
ER
10Patch0: monodir.patch
11URL: https://www.meebey.net/projects/notify-sharp/
06d87528 12BuildRequires: autoconf >= 2.50
281cb044 13BuildRequires: automake
06d87528
JB
14BuildRequires: dotnet-dbus-sharp-devel >= 1:0.7
15BuildRequires: dotnet-dbus-sharp-glib-devel >= 0.5
16BuildRequires: dotnet-gtk-sharp3-devel >= 2.99.1
281cb044 17BuildRequires: gtk+3-devel
06d87528
JB
18BuildRequires: mono-csharp >= 1.1.13
19BuildRequires: mono-devel >= 1.1.13
20BuildRequires: mono-monodoc >= 1.1.18
281cb044 21BuildRequires: pkgconfig
06d87528
JB
22Requires: dotnet-dbus-sharp >= 1:0.7
23Requires: dotnet-dbus-sharp-glib >= 0.5
24Requires: dotnet-gtk-sharp3 >= 2.99.1
25Requires: mono >= 1.1.13
281cb044
ER
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
06d87528
JB
29notify-sharp (Notify#) is a C# client implementation for Desktop
30Notifications, i.e. notification-daemon. It is inspired by the
31libnotify API.
281cb044
ER
32
33Desktop Notifications provide a standard way of doing passive pop-up
34notifications on the Linux desktop. These are designed to notify the
35user of something without interrupting their work with a dialog box
36that they must close. Passive popups can automatically disappear after
37a short period of time.
38
06d87528
JB
39%description -l pl.UTF-8
40notify-sharp (Notify#) to implementacja w C# klienta usługi Desktop
41Notifications (powiadomień w środowisku graficznym), tj. usługi
42notification-daemon. Jest zainspirowana API biblioteki libnotify.
43
44Desktop Notifications to usługa zapewniająca standardową metodę
45wykonywania pasywnych powiadomień poprzez wyskakujące okienka na
46pulpicie Linuksa. Jest zaprojektowana w celu powiadamiania użytkownika
47o jakimś zdarzeniu bez przerywania pracy oknem dialogowym, które
48trzeba zamknąć. Pasywne wyskakujące okienka mogą znikać automatycznie
49po krótkim okresie czasu.
50
281cb044 51%package devel
06d87528
JB
52Summary: Development files for notify-sharp library
53Summary(pl.UTF-8): Pliki programistyczne biblioteki notify-sharp
281cb044
ER
54Group: Development/Libraries
55Requires: %{name} = %{version}-%{release}
06d87528
JB
56Requires: dotnet-gtk-sharp3-devel >= 2.99.1
57Requires: mono-devel >= 1.1.13
281cb044
ER
58
59%description devel
06d87528
JB
60Development files for notify-sharp library.
61
62%description devel -l pl.UTF-8
63Pliki programistyczne biblioteki notify-sharp.
281cb044
ER
64
65%prep
66%setup -q -n notify-sharp-%{version}
67%patch0 -p1
68
69%build
281cb044
ER
70%{__aclocal}
71%{__autoconf}
72%{__automake}
06d87528 73%configure
281cb044
ER
74
75%{__make}
76
77%install
78rm -rf $RPM_BUILD_ROOT
79%{__make} install \
80 DESTDIR=$RPM_BUILD_ROOT
81
82%clean
83rm -rf $RPM_BUILD_ROOT
84
85%files
86%defattr(644,root,root,755)
06d87528 87%doc AUTHORS COPYING ChangeLog NEWS README
281cb044 88%dir %{_prefix}/lib/mono/gac/notify-sharp
06d87528 89%{_prefix}/lib/mono/gac/notify-sharp/3.0.0.0__*
281cb044
ER
90
91%files devel
92%defattr(644,root,root,755)
1ef4034a
JB
93%dir %{_prefix}/lib/mono/notify-sharp-3.0
94%{_prefix}/lib/mono/notify-sharp-3.0/notify-sharp.dll
06d87528 95%{_prefix}/lib/monodoc/sources/notify-sharp-3-docs.*
281cb044 96%{_pkgconfigdir}/notify-sharp-3.0.pc
This page took 0.06486 seconds and 4 git commands to generate.