[packages/clthreads] new package

2016-10-15 Thread jajcus
commit daf7f41e9bb440f1b9824c9281b27af5416eb463
Author: Jacek Konieczny 
Date:   Sat Oct 15 11:51:24 2016 +0200

new package

 clthreads.spec | 60 ++
 1 file changed, 60 insertions(+)
---
diff --git a/clthreads.spec b/clthreads.spec
new file mode 100644
index 000..e29c067
--- /dev/null
+++ b/clthreads.spec
@@ -0,0 +1,60 @@
+Summary:   Kokkini Zita clthreads library
+Name:  clthreads
+Version:   2.4.0
+Release:   1
+License:   LGPL v2.1
+Group: Libraries
+Source0:   
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
+# Source0-md5: 90b650f1f5c9f39f4d77f73aca3c53be
+URL:   http://kokkinizita.linuxaudio.org/linuxaudio/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+clthreads library, used by Kokkini Zita Linux Audio projects.
+
+%package devel
+Summary:   Header files for %{name} library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki %{name}
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description devel
+Header files for %{name} library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki %{name}.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+   CXXFLAGS="%{rpmcxxflags}" \
+   CPPFLAGS="%{rpmcppflags}" \
+   LDFLAGS="%{rpmldflags}" \
+   LIBDIR="%{_lib}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_includedir}
+
+%{__make} install \
+   PREFIX=$RPM_BUILD_ROOT%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS
+%attr(755,root,root) %{_libdir}/lib%{name}.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/lib%{name}.so.2
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib%{name}.so
+%{_includedir}/%{name}.h


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/clthreads.git/commitdiff/daf7f41e9bb440f1b9824c9281b27af5416eb463

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: clthreads: clthreads-2.4.0.tar.bz2

2016-10-15 Thread jajcus
Request by: jajcus


Files fetched: 1

STORED: 
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/clthreads-2.4.0.tar.bz2
90b650f1f5c9f39f4d77f73aca3c53be  clthreads-2.4.0.tar.bz2
Size: 14796 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/zita-alsa-pcmi] pass %%{_lib} to make install

2016-10-15 Thread jajcus
commit 31c1112014afe88d02045b34c8347c04bd2f40c5
Author: Jacek Konieczny 
Date:   Sat Oct 15 11:52:28 2016 +0200

pass %%{_lib} to make install

 zita-alsa-pcmi.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/zita-alsa-pcmi.spec b/zita-alsa-pcmi.spec
index 35178ce..3401e52 100644
--- a/zita-alsa-pcmi.spec
+++ b/zita-alsa-pcmi.spec
@@ -66,7 +66,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} -C libs install \
DESTDIR=$RPM_BUILD_ROOT \
-   PREFIX=%{_prefix}
+   PREFIX=%{_prefix} \
+   LIBDIR=%{_lib}
 
 %{__make} -C apps install \
DESTDIR=$RPM_BUILD_ROOT \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zita-alsa-pcmi.git/commitdiff/31c1112014afe88d02045b34c8347c04bd2f40c5

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/clthreads] Created branch master

2016-10-15 Thread jajcus
The branch 'master' was created.

Summary of new commits:

  daf7f41... new package
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/clthreads] fix compiler flags

2016-10-15 Thread jajcus
commit 5e8f068069bbd12737a94a7e36e046ea526811b9
Author: Jacek Konieczny 
Date:   Sat Oct 15 12:08:15 2016 +0200

fix compiler flags

 clthreads.spec | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/clthreads.spec b/clthreads.spec
index e29c067..a70e37d 100644
--- a/clthreads.spec
+++ b/clthreads.spec
@@ -29,10 +29,8 @@ Pliki nagłówkowe biblioteki %{name}.
 
 %build
 %{__make} \
-   CXXFLAGS="%{rpmcxxflags}" \
-   CPPFLAGS="%{rpmcppflags}" \
-   LDFLAGS="%{rpmldflags}" \
-   LIBDIR="%{_lib}"
+   CPPFLAGS="%{rpmcxxflags} %{rpmcppflags} -Wall -I. -fpic -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS" \
+   LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,6 +38,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_includedir}
 
 %{__make} install \
+   LIBDIR="%{_lib}" \
PREFIX=$RPM_BUILD_ROOT%{_prefix}
 
 %clean


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/clthreads.git/commitdiff/5e8f068069bbd12737a94a7e36e046ea526811b9

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/jaaa] pass $CXX to make

2016-10-15 Thread jajcus
commit d4b98f5af83abf91f7b1be90263ec6192652c679
Author: Jacek Konieczny 
Date:   Sat Oct 15 12:29:04 2016 +0200

pass $CXX to make

 jaaa.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/jaaa.spec b/jaaa.spec
index 835699d..bb80b77 100644
--- a/jaaa.spec
+++ b/jaaa.spec
@@ -28,6 +28,7 @@ spectrum analyser designed to make accurate measurements.
 %patch0 -p1
 
 %build
+CXX="%{__cxx}" \
 CXXFLAGS="%{rpmcxxflags}" \
 CPPFLAGS="%{rpmcppflags}" \
 LDFLAGS="%{rpmldflags}" \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jaaa.git/commitdiff/d4b98f5af83abf91f7b1be90263ec6192652c679

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/zita-alsa-pcmi] fix compiler and flags passing to make

2016-10-15 Thread jajcus
commit 69c530f1517b6fb3d1ae36181a177dd659aee961
Author: Jacek Konieczny 
Date:   Sat Oct 15 12:36:38 2016 +0200

fix compiler and flags passing to make

 ldconfig.patch  | 12 ---
 makefile.patch  | 59 +
 zita-alsa-pcmi.spec | 20 ++
 3 files changed, 70 insertions(+), 21 deletions(-)
---
diff --git a/zita-alsa-pcmi.spec b/zita-alsa-pcmi.spec
index 3401e52..365f406 100644
--- a/zita-alsa-pcmi.spec
+++ b/zita-alsa-pcmi.spec
@@ -6,7 +6,7 @@ License:GPL v3+
 Group: Libraries
 Source0:   
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
 # Source0-md5: 0ba4d59abce231056e2628d081124114
-Patch0:ldconfig.patch
+Patch0:makefile.patch
 URL:   http://kokkinizita.linuxaudio.org/linuxaudio/
 BuildRequires: alsa-lib-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -47,18 +47,20 @@ Przykładowe aplikacje biblioteki %{name}.
 
 %build
 cd libs
-%{__make} \
-   CXXFLAGS="%{rpmcxxflags}" \
-   CPPFLAGS="%{rpmcppflags}" \
-   LDFLAGS="%{rpmldflags}"
+CXX="%{__cxx}" \
+CXXFLAGS="%{rpmcxxflags}" \
+CPPFLAGS="%{rpmcppflags}" \
+LDFLAGS="%{rpmldflags}" \
+%{__make}
 ln -sf libzita-alsa-pcmi.so.* libzita-alsa-pcmi.so
 cd ..
 
 cd apps
-%{__make} \
-   CXXFLAGS="%{rpmcxxflags}" \
-   CPPFLAGS="%{rpmcppflags} -I../libs" \
-   LDFLAGS="%{rpmldflags} -L../libs"
+CXX="%{__cxx}" \
+CXXFLAGS="%{rpmcxxflags}" \
+CPPFLAGS="%{rpmcppflags} -I../libx" \
+LDFLAGS="%{rpmldflags} -L../libs" \
+%{__make}
 cd ..
 
 %install
diff --git a/ldconfig.patch b/ldconfig.patch
deleted file mode 100644
index f25a708..000
--- a/ldconfig.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -dur zita-alsa-pcmi-0.2.0.orig/libs/Makefile 
zita-alsa-pcmi-0.2.0/libs/Makefile
 zita-alsa-pcmi-0.2.0.orig/libs/Makefile2012-03-20 21:23:07.0 
+0100
-+++ zita-alsa-pcmi-0.2.0/libs/Makefile 2016-10-15 11:35:18.419264378 +0200
-@@ -52,7 +52,7 @@
-   install -Dm 644 $(ZITA-ALSA-PCMI_H)   
$(DESTDIR)$(PREFIX)/include/$(ZITA-ALSA-PCMI_H)
-   install -Dm 644 $(ZITA-ALSA-PCMI_MIN) 
$(DESTDIR)$(PREFIX)/$(LIBDIR)/$(ZITA-ALSA-PCMI_MIN)
-   ln -sf $(ZITA-ALSA-PCMI_MIN) 
$(DESTDIR)$(PREFIX)/$(LIBDIR)/$(ZITA-ALSA-PCMI_SO)
--  ldconfig
-+  /sbin/ldconfig -n -N $(DESTDIR)$(PREFIX)/$(LIBDIR)
- 
- uninstall:
-   rm -rf $(DESTDIR)$(PREFIX)/include/zita-alsa-pcmi.h
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000..5a2371e
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,59 @@
+diff -dur zita-alsa-pcmi-0.2.0.orig/apps/Makefile 
zita-alsa-pcmi-0.2.0/apps/Makefile
+--- zita-alsa-pcmi-0.2.0.orig/apps/Makefile2012-03-20 21:23:07.0 
+0100
 zita-alsa-pcmi-0.2.0/apps/Makefile 2016-10-15 12:35:42.895883965 +0200
+@@ -25,7 +25,7 @@
+ VERSION = "0.1.0"
+ LDFLAGS += -L$(PREFIX)/$(LIBDIR)
+ CPPFLAGS += -DVERSION=\"$(VERSION)\"
+-CXXFLAGS += -O2 -Wall -MMD -MP
++CXXFLAGS += -Wall -MMD -MP
+ 
+ 
+ all:  alsa_loopback alsa_delay
+@@ -34,7 +34,7 @@
+ ALSA_LOOPBACK_O = alsa_loopback.o pxthread.o
+ alsa_loopback:LDLIBS += -lzita-alsa-pcmi -lasound -lpthread -lrt
+ alsa_loopback:$(ALSA_LOOPBACK_O)
+-  g++ $(LDFLAGS) -o $@ $(ALSA_LOOPBACK_O) $(LDLIBS)
++  $(CXX) $(LDFLAGS) -o $@ $(ALSA_LOOPBACK_O) $(LDLIBS)
+ $(ALSA_LOOPBACK_O):
+ -include $(_ALSA_LOOPBACK_O:%.o=%.d)
+ 
+@@ -42,7 +42,7 @@
+ ALSA_DELAY_O =alsa_delay.o mtdm.o pxthread.o
+ alsa_delay:   LDLIBS += -lzita-alsa-pcmi -lasound -lpthread -lrt
+ alsa_delay:   $(ALSA_DELAY_O)
+-  g++ $(LDFLAGS) -o $@ $(ALSA_DELAY_O) $(LDLIBS)
++  $(CXX) $(LDFLAGS) -o $@ $(ALSA_DELAY_O) $(LDLIBS)
+ $(ALSA_DELAY_O):
+ -include $(ALSA_DELAY_O:%.o=%.d)
+ 
+diff -dur zita-alsa-pcmi-0.2.0.orig/libs/Makefile 
zita-alsa-pcmi-0.2.0/libs/Makefile
+--- zita-alsa-pcmi-0.2.0.orig/libs/Makefile2012-03-20 21:23:07.0 
+0100
 zita-alsa-pcmi-0.2.0/libs/Makefile 2016-10-15 12:35:36.072491159 +0200
+@@ -31,7 +31,7 @@
+ 
+ 
+ CPPFLAGS += -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
+-CXXFLAGS += -O2 -Wall -I. -fPIC
++CXXFLAGS += -Wall -I. -fPIC
+ LDLFAGS +=
+ LDLIBS +=
+ 
+@@ -45,14 +45,14 @@
+ 
+ 
+ $(ZITA-ALSA-PCMI_MIN): $(ZITA-ALSA-PCMI_O)
+-  g++ -shared $(LDFLAGS) -Wl,-soname,$(ZITA-ALSA-PCMI_MAJ) -o 
$(ZITA-ALSA-PCMI_MIN) $(ZITA-ALSA-PCMI_O) $(ZITA-ALSA-PCMI_DEP)
++  $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(ZITA-ALSA-PCMI_MAJ) -o 
$(ZITA-ALSA-PCMI_MIN) $(ZITA-ALSA-PCMI_O) $(ZITA-ALSA-PCMI_DEP)
+ 
+ 
+ install:  $(ZITA-ALSA-PCMI_MIN)
+   install -Dm 644 $(ZITA-ALSA-PCMI_H)   
$(DESTDIR)$(PREFIX)/include/$(ZITA-ALSA-PCMI_H)
+   install -Dm 644 $(ZITA-ALSA-PCMI_MIN) 
$(DESTDIR)$(PREFIX)/$(LIBDIR)/$(ZITA-ALSA-PCMI_MIN)
+   ln -sf $(ZITA-ALSA-PCMI_MIN) 
$(DESTDIR)$(PREFIX)/$(LIBDIR)/$(ZITA-ALSA-PCMI_SO)
+-  ldconfig
++  /sbin/ldconfig -n -N $(DESTDIR)$(PREFIX)/$(LIBDIR)
+ 
+ uninstall:
+

[packages/zita-alsa-pcmi] typo

2016-10-15 Thread jajcus
commit 674babf926c04647725f6b2cca23300530fade90
Author: Jacek Konieczny 
Date:   Sat Oct 15 12:41:18 2016 +0200

typo

 zita-alsa-pcmi.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/zita-alsa-pcmi.spec b/zita-alsa-pcmi.spec
index 365f406..f504067 100644
--- a/zita-alsa-pcmi.spec
+++ b/zita-alsa-pcmi.spec
@@ -58,7 +58,7 @@ cd ..
 cd apps
 CXX="%{__cxx}" \
 CXXFLAGS="%{rpmcxxflags}" \
-CPPFLAGS="%{rpmcppflags} -I../libx" \
+CPPFLAGS="%{rpmcppflags} -I../libs" \
 LDFLAGS="%{rpmldflags} -L../libs" \
 %{__make}
 cd ..


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zita-alsa-pcmi.git/commitdiff/674babf926c04647725f6b2cca23300530fade90

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/zita-alsa-pcmi] -devel R: alsa-lib-devel

2016-10-15 Thread jajcus
commit 820343334cd08adcc70b62ac18003eeca5fc3856
Author: Jacek Konieczny 
Date:   Sat Oct 15 12:56:54 2016 +0200

-devel R: alsa-lib-devel

Release: 2

 zita-alsa-pcmi.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/zita-alsa-pcmi.spec b/zita-alsa-pcmi.spec
index f504067..569588d 100644
--- a/zita-alsa-pcmi.spec
+++ b/zita-alsa-pcmi.spec
@@ -1,7 +1,7 @@
 Summary:   C++ library for easy access to ALSA PCM devices
 Name:  zita-alsa-pcmi
 Version:   0.2.0
-Release:   1
+Release:   2
 License:   GPL v3+
 Group: Libraries
 Source0:   
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
@@ -21,6 +21,7 @@ floating point audio data.
 Summary:   Header files for %{name} library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki %{name}
 Group: Development/Libraries
+Requires:  alsa-lib-devel
 Requires:  %{name} = %{version}-%{release}
 
 %description devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zita-alsa-pcmi.git/commitdiff/820343334cd08adcc70b62ac18003eeca5fc3856

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/jaaa] BR: jack-audio-connection-kit-devel

2016-10-15 Thread jajcus
commit 0ccbc77ec84338de95227400c877a6c171d7a0ef
Author: Jacek Konieczny 
Date:   Sat Oct 15 12:55:48 2016 +0200

BR: jack-audio-connection-kit-devel

 jaaa.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/jaaa.spec b/jaaa.spec
index bb80b77..418cf9a 100644
--- a/jaaa.spec
+++ b/jaaa.spec
@@ -16,6 +16,7 @@ URL:  
http://kokkinizita.linuxaudio.org/linuxaudio/index.html
 BuildRequires: clthreads-devel
 BuildRequires: clxclient-devel
 BuildRequires: fftw3-single-devel
+BuildRequires: jack-audio-connection-kit-devel
 BuildRequires: zita-alsa-pcmi-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jaaa.git/commitdiff/0ccbc77ec84338de95227400c877a6c171d7a0ef

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: japa: japa-0.8.4.tar.bz2

2016-10-15 Thread jajcus
Request by: jajcus


Files fetched: 1

STORED: 
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/japa-0.8.4.tar.bz2
966a8774e5b232bf055922dfdcc1b730  japa-0.8.4.tar.bz2
Size: 26288 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/zita-alsa-pcmi] Created branch master

2016-10-15 Thread jajcus
The branch 'master' was created.

Summary of new commits:

  4447e84... new package
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/zita-alsa-pcmi] new package

2016-10-15 Thread jajcus
commit 4447e848e85d0fa8cf39a3f293292a0fe1d928d2
Author: Jacek Konieczny 
Date:   Sat Oct 15 11:42:28 2016 +0200

new package

 ldconfig.patch  | 12 +++
 zita-alsa-pcmi.spec | 95 +
 2 files changed, 107 insertions(+)
---
diff --git a/zita-alsa-pcmi.spec b/zita-alsa-pcmi.spec
new file mode 100644
index 000..35178ce
--- /dev/null
+++ b/zita-alsa-pcmi.spec
@@ -0,0 +1,95 @@
+Summary:   C++ library for easy access to ALSA PCM devices
+Name:  zita-alsa-pcmi
+Version:   0.2.0
+Release:   1
+License:   GPL v3+
+Group: Libraries
+Source0:   
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
+# Source0-md5: 0ba4d59abce231056e2628d081124114
+Patch0:ldconfig.patch
+URL:   http://kokkinizita.linuxaudio.org/linuxaudio/
+BuildRequires: alsa-lib-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Zita-alsa-pcmi is the successor of clalsadrv. It provides easy access
+to ALSA PCM devices, taking care of the many functions required to
+open, initialise and use a hw: device in mmap mode, and providing
+floating point audio data.
+
+%package devel
+Summary:   Header files for %{name} library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki %{name}
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description devel
+Header files for %{name} library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki %{name}.
+
+%package apps
+Summary:   Sample applications files for %{name} library
+Summary(pl.UTF-8): Przykładowe aplikacje biblioteki %{name}
+Group: Applications/Sound
+Requires:  %{name} = %{version}-%{release}
+
+%description apps
+Sample applications files for %{name} library.
+
+%description devel -l pl.UTF-8
+Przykładowe aplikacje biblioteki %{name}.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+cd libs
+%{__make} \
+   CXXFLAGS="%{rpmcxxflags}" \
+   CPPFLAGS="%{rpmcppflags}" \
+   LDFLAGS="%{rpmldflags}"
+ln -sf libzita-alsa-pcmi.so.* libzita-alsa-pcmi.so
+cd ..
+
+cd apps
+%{__make} \
+   CXXFLAGS="%{rpmcxxflags}" \
+   CPPFLAGS="%{rpmcppflags} -I../libs" \
+   LDFLAGS="%{rpmldflags} -L../libs"
+cd ..
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C libs install \
+   DESTDIR=$RPM_BUILD_ROOT \
+   PREFIX=%{_prefix}
+
+%{__make} -C apps install \
+   DESTDIR=$RPM_BUILD_ROOT \
+   PREFIX=%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_libdir}/lib%{name}.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/lib%{name}.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib%{name}.so
+%{_includedir}/%{name}.h
+
+%files apps
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/alsa_delay
+%attr(755,root,root) %{_bindir}/alsa_loopback
diff --git a/ldconfig.patch b/ldconfig.patch
new file mode 100644
index 000..f25a708
--- /dev/null
+++ b/ldconfig.patch
@@ -0,0 +1,12 @@
+diff -dur zita-alsa-pcmi-0.2.0.orig/libs/Makefile 
zita-alsa-pcmi-0.2.0/libs/Makefile
+--- zita-alsa-pcmi-0.2.0.orig/libs/Makefile2012-03-20 21:23:07.0 
+0100
 zita-alsa-pcmi-0.2.0/libs/Makefile 2016-10-15 11:35:18.419264378 +0200
+@@ -52,7 +52,7 @@
+   install -Dm 644 $(ZITA-ALSA-PCMI_H)   
$(DESTDIR)$(PREFIX)/include/$(ZITA-ALSA-PCMI_H)
+   install -Dm 644 $(ZITA-ALSA-PCMI_MIN) 
$(DESTDIR)$(PREFIX)/$(LIBDIR)/$(ZITA-ALSA-PCMI_MIN)
+   ln -sf $(ZITA-ALSA-PCMI_MIN) 
$(DESTDIR)$(PREFIX)/$(LIBDIR)/$(ZITA-ALSA-PCMI_SO)
+-  ldconfig
++  /sbin/ldconfig -n -N $(DESTDIR)$(PREFIX)/$(LIBDIR)
+ 
+ uninstall:
+   rm -rf $(DESTDIR)$(PREFIX)/include/zita-alsa-pcmi.h


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zita-alsa-pcmi.git/commitdiff/4447e848e85d0fa8cf39a3f293292a0fe1d928d2

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: zita-alsa-pcmi: zita-alsa-pcmi-0.2.0.tar.bz2

2016-10-15 Thread jajcus
Request by: jajcus


Files fetched: 1

STORED: 
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-alsa-pcmi-0.2.0.tar.bz2
0ba4d59abce231056e2628d081124114  zita-alsa-pcmi-0.2.0.tar.bz2
Size: 21278 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/jaaa] Created branch master

2016-10-15 Thread jajcus
The branch 'master' was created.

Summary of new commits:

  4d038f9... new package
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/jaaa] new package

2016-10-15 Thread jajcus
commit 4d038f9eed0e47f2be4b3627e24d2bc19f5d41aa
Author: Jacek Konieczny 
Date:   Sat Oct 15 12:27:55 2016 +0200

new package

 jaaa.spec  | 49 +
 makefile.patch | 21 +
 2 files changed, 70 insertions(+)
---
diff --git a/jaaa.spec b/jaaa.spec
new file mode 100644
index 000..835699d
--- /dev/null
+++ b/jaaa.spec
@@ -0,0 +1,49 @@
+#
+# Conditional build:
+%bcond_withtests   # build with tests
+%bcond_without tests   # build without tests
+#
+Summary:   JACK and ALSA Audio Analyser
+Name:  jaaa
+Version:   0.8.4
+Release:   1
+License:   GPL v2
+Group: Applications
+Source0:   
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
+# Source0-md5: 2eed043d641788541c15929183ef277f
+Patch0:makefile.patch
+URL:   http://kokkinizita.linuxaudio.org/linuxaudio/index.html
+BuildRequires: clthreads-devel
+BuildRequires: clxclient-devel
+BuildRequires: fftw3-single-devel
+BuildRequires: zita-alsa-pcmi-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Jaaa (JACK and ALSA Audio Analyser, is an audio signal generator and
+spectrum analyser designed to make accurate measurements.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+CXXFLAGS="%{rpmcxxflags}" \
+CPPFLAGS="%{rpmcppflags}" \
+LDFLAGS="%{rpmldflags}" \
+%{__make} -C source
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C source install \
+   PREFIX="%{_prefix}" \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/%{name}
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000..0affbf8
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,21 @@
+diff -dur jaaa-0.8.4.orig/source/Makefile jaaa-0.8.4/source/Makefile
+--- jaaa-0.8.4.orig/source/Makefile2013-07-01 12:07:41.0 +0200
 jaaa-0.8.4/source/Makefile 2016-10-15 12:26:24.284245116 +0200
+@@ -24,15 +24,14 @@
+ LIBDIR = lib$(SUFFIX)
+ VERSION = 0.8.4
+ CPPFLAGS += -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(PREFIX)\" 
-I/usr/include/freetype2
+-CXXFLAGS += -O2 -Wall -MMD -MP
+-CXXFLAGS += -march=native
++CXXFLAGS += -Wall -MMD -MP
+ LDFLAGS += -L/usr/X11R6/$(LIBDIR)
+ LDLIBS += -lzita-alsa-pcmi -lclthreads -lclxclient -lpthread -lfftw3f -ljack 
-lasound -lpthread -lXft -lX11 -lrt
+ 
+ 
+ JAAA_O = jaaa.o styles.o spectwin.o audio.o rngen.o
+ jaaa: $(JAAA_O)
+-  g++ $(LDFLAGS) -o $@ $(JAAA_O) $(LDLIBS)
++  $(CXX) $(LDFLAGS) -o $@ $(JAAA_O) $(LDLIBS)
+ 
+ $(JAAA_O):
+ -include $(JAAA_O:%.o=%.d)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jaaa.git/commitdiff/4d038f9eed0e47f2be4b3627e24d2bc19f5d41aa

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: jaaa: jaaa-0.8.4.tar.bz2

2016-10-15 Thread jajcus
Request by: jajcus


Files fetched: 1

STORED: 
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/jaaa-0.8.4.tar.bz2
2eed043d641788541c15929183ef277f  jaaa-0.8.4.tar.bz2
Size: 25282 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/clthreads] fix passing compiler and flags to make

2016-10-15 Thread jajcus
commit 9a79afbd7639b17679714a28e8807a8db1237f1e
Author: Jacek Konieczny 
Date:   Sat Oct 15 12:40:00 2016 +0200

fix passing compiler and flags to make

 clthreads.spec |  9 ++---
 makefile.patch | 21 +
 2 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/clthreads.spec b/clthreads.spec
index a70e37d..6043eeb 100644
--- a/clthreads.spec
+++ b/clthreads.spec
@@ -6,6 +6,7 @@ License:LGPL v2.1
 Group: Libraries
 Source0:   
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
 # Source0-md5: 90b650f1f5c9f39f4d77f73aca3c53be
+Patch0:makefile.patch
 URL:   http://kokkinizita.linuxaudio.org/linuxaudio/
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -26,11 +27,13 @@ Pliki nagłówkowe biblioteki %{name}.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%{__make} \
-   CPPFLAGS="%{rpmcxxflags} %{rpmcppflags} -Wall -I. -fpic -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS" \
-   LDFLAGS="%{rpmldflags}"
+CXX="%{__cxx}" \
+CPPFLAGS="%{rpmcxxflags} %{rpmcppflags}" \
+LDFLAGS="%{rpmldflags}" \
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000..df2ea92
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,21 @@
+diff -dur clthreads-2.4.0.orig/Makefile clthreads-2.4.0/Makefile
+--- clthreads-2.4.0.orig/Makefile  2008-03-22 22:48:25.0 +0100
 clthreads-2.4.0/Makefile   2016-10-15 12:37:50.436941322 +0200
+@@ -28,7 +28,7 @@
+ DISTDIR = clthreads-$(VERSION)
+ 
+ 
+-CPPFLAGS += -Wall -I. -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2 
++CPPFLAGS += -Wall -I. -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
+ LDLFAGS += 
+ LDLIBS +=
+ 
+@@ -42,7 +42,7 @@
+ 
+ 
+ $(CLTHREADS_MIN): $(CLTHREADS_O)
+-  g++ -shared $(LDFLAGS) -Wl,-soname,$(CLTHREADS_MAJ) -o $(CLTHREADS_MIN) 
$(CLTHREADS_O) $(CLTHREADS_DEP)
++  $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(CLTHREADS_MAJ) -o 
$(CLTHREADS_MIN) $(CLTHREADS_O) $(CLTHREADS_DEP)
+ 
+ 
+ install:  $(CLTHREADS_MIN)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/clthreads.git/commitdiff/9a79afbd7639b17679714a28e8807a8db1237f1e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/clxclient] Created branch master

2016-10-15 Thread jajcus
The branch 'master' was created.

Summary of new commits:

  8ee60b4... fix passing compiler and flags to make
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: clxclient: clxclient-3.9.0.tar.bz2

2016-10-15 Thread jajcus
Request by: jajcus


Files fetched: 1

STORED: 
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/clxclient-3.9.0.tar.bz2
bd6df73f688c9be1b3afef58283d7ef5  clxclient-3.9.0.tar.bz2
Size: 30272 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/clxclient] fix passing compiler and flags to make

2016-10-15 Thread jajcus
commit 8ee60b4b0581724c3d9c6cd928ded8a0f73d9dce
Author: Jacek Konieczny 
Date:   Sat Oct 15 12:45:55 2016 +0200

fix passing compiler and flags to make

 clxclient.spec | 68 ++
 makefile.patch | 37 
 2 files changed, 105 insertions(+)
---
diff --git a/clxclient.spec b/clxclient.spec
new file mode 100644
index 000..c78a6c8
--- /dev/null
+++ b/clxclient.spec
@@ -0,0 +1,68 @@
+Summary:   Kokkini Zita clxclient library
+Name:  clxclient
+Version:   3.9.0
+Release:   1
+License:   LGPL v2.1
+Group: Libraries
+Source0:   
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
+# Source0-md5: bd6df73f688c9be1b3afef58283d7ef5
+Patch0:makefile.patch
+URL:   http://kokkinizita.linuxaudio.org/linuxaudio/
+BuildRequires: clthreads-devel
+BuildRequires: freetype-devel
+BuildRequires: freetype-devel
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXft-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+clxclient library, used by Kokkini Zita Linux Audio projects.
+
+%package devel
+Summary:   Header files for %{name} library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki %{name}
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description devel
+Header files for %{name} library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki %{name}.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+CXX="%{__cxx}" \
+CXXFLAGS="%{rpmcxxflags} %{rpmcppflags}" \
+LDFLAGS="%{rpmldflags}" \
+%{__make} \
+   LIBDIR="%{_lib}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_includedir}
+
+%{__make} install \
+   PREFIX=$RPM_BUILD_ROOT%{_prefix} \
+   LIBDIR="%{_lib}"
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS
+%attr(755,root,root) %{_libdir}/lib%{name}.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/lib%{name}.so.3
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib%{name}.so
+%{_includedir}/%{name}.h
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000..07091cf
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,37 @@
+diff -dur clxclient-3.9.0.orig/Makefile clxclient-3.9.0/Makefile
+--- clxclient-3.9.0.orig/Makefile  2013-06-28 16:50:51.0 +0200
 clxclient-3.9.0/Makefile   2016-10-15 12:44:49.260424973 +0200
+@@ -31,7 +31,7 @@
+ VERSION = $(MAJVERS).$(MINVERS)
+ 
+ 
+-CPPFLAGS += -Wall -I. -I/usr/X11R6/include `freetype-config --cflags` -fpic 
-DVERSION=\"$(VERSION)\" -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2 
++CPPFLAGS += -Wall -I. -I/usr/X11R6/include `freetype-config --cflags` -fpic 
-DVERSION=\"$(VERSION)\" -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
+ LDFLAGS += -L/usr/X11R6/$(LIBDIR) `freetype-config --libs`
+ LDLIBS +=
+ 
+@@ -39,21 +39,21 @@
+ CLXCLIENT_SO = libclxclient.so
+ CLXCLIENT_MAJ = $(CLXCLIENT_SO).$(MAJVERS)
+ CLXCLIENT_MIN = $(CLXCLIENT_MAJ).$(MINVERS)
+-CLXCLIENT_DEP = -lpthread -lXft -lX11
++CLXCLIENT_DEP = -lclthreads -lXft -lX11 -lpthread
+ CLXCLIENT_O = xdisplay.o xresman.o xhandler.o xwindow.o xdraw.o \
+   button.o textip.o enumip.o menuwin.o scale.o slider.o scroll.o mclist.o 
meter.o
+ CLXCLIENT_H = clxclient.h
+ 
+ 
+ $(CLXCLIENT_MIN): $(CLXCLIENT_O)
+-  g++ -shared $(LDFLAGS) -Wl,-soname,$(CLXCLIENT_MAJ) -o $(CLXCLIENT_MIN) 
$(CLXCLIENT_O) $(CLXCLIENT_DEP)
++  $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(CLXCLIENT_MAJ) -o 
$(CLXCLIENT_MIN) $(CLXCLIENT_O) $(CLXCLIENT_DEP)
+ 
+ 
+ install:  $(CLXCLIENT_MIN)
+   install -d $(PREFIX)/$(LIBDIR)
+   install -m 644 $(CLXCLIENT_H) $(PREFIX)/include
+   install -m 755 $(CLXCLIENT_MIN) $(PREFIX)/$(LIBDIR)
+-  ldconfig
++  /sbin/ldconfig -n -N $(PREFIX)/$(LIBDIR)
+   ln -sf $(CLXCLIENT_MIN) $(PREFIX)/$(LIBDIR)/$(CLXCLIENT_SO)
+ 
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/clxclient.git/commitdiff/8ee60b4b0581724c3d9c6cd928ded8a0f73d9dce

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/japa] new package

2016-10-15 Thread jajcus
commit ae67d568078e8bc6436554bf27fedd4eb3b8ebd8
Author: Jacek Konieczny 
Date:   Sat Oct 15 12:59:41 2016 +0200

new package

 japa.spec  | 55 +++
 makefile.patch | 21 +
 2 files changed, 76 insertions(+)
---
diff --git a/japa.spec b/japa.spec
new file mode 100644
index 000..9727067
--- /dev/null
+++ b/japa.spec
@@ -0,0 +1,55 @@
+#
+# Conditional build:
+%bcond_withtests   # build with tests
+%bcond_without tests   # build without tests
+#
+Summary:   JACK and ALSA Perceptual Analyser
+Name:  japa
+Version:   0.8.4
+Release:   1
+License:   GPL v2
+Group: Applications
+Source0:   
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
+# Source0-md5: 966a8774e5b232bf055922dfdcc1b730
+Patch0:makefile.patch
+URL:   http://kokkinizita.linuxaudio.org/linuxaudio/index.html
+BuildRequires: clthreads-devel
+BuildRequires: clxclient-devel
+BuildRequires: fftw3-single-devel
+BuildRequires: jack-audio-connection-kit-devel
+BuildRequires: zita-alsa-pcmi-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Japa (JACK and ALSA Perceptual Analyser), is a 'perceptual' or
+'psychoacoustic' audio spectrum analyser. In contrast to JAAA, this is
+more an acoustical or musical tool than a purely technical one.
+Possible uses include spectrum monitoring while mixing or mastering,
+evaluation of ambient noise, and (using pink noise), equalisation of
+PA systems.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+CXX="%{__cxx}" \
+CXXFLAGS="%{rpmcxxflags}" \
+CPPFLAGS="%{rpmcppflags}" \
+LDFLAGS="%{rpmldflags}" \
+%{__make} -C source
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C source install \
+   PREFIX="%{_prefix}" \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/%{name}
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000..c673393
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,21 @@
+diff -dur japa-0.8.4.orig/source/Makefile japa-0.8.4/source/Makefile
+--- japa-0.8.4.orig/source/Makefile2013-07-01 12:07:44.0 +0200
 japa-0.8.4/source/Makefile 2016-10-15 12:52:20.207337272 +0200
+@@ -24,15 +24,14 @@
+ LIBDIR = lib$(SUFFIX)
+ VERSION = 0.8.4
+ CPPFLAGS += -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(PREFIX)\" 
-I/usr/include/freetype2
+-CXXFLAGS += -O2 -Wall -MMD -MP
+-CXXFLAGS += -march=native
++CXXFLAGS += -Wall -MMD -MP
+ LDFLAGS += -L/usr/X11R6/$(LIBDIR)
+ LDLIBS += -lzita-alsa-pcmi -lclthreads -lclxclient -lpthread -lfftw3f -ljack 
-lasound -lpthread -lXft -lX11 -lrt
+ 
+ 
+ JAPA_O = analyser.o audio.o gobjects.o japa.o mainwin.o styles.o rngen.o
+ japa: $(JAPA_O)
+-  g++ $(LDFLAGS) -o $@ $(JAPA_O) $(LDLIBS)
++  $(CXX) $(LDFLAGS) -o $@ $(JAPA_O) $(LDLIBS)
+ 
+ $(JAPA_O):
+ -include $(JAPA_O:%.o=%.d)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/japa.git/commitdiff/ae67d568078e8bc6436554bf27fedd4eb3b8ebd8

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/japa] Created branch master

2016-10-15 Thread jajcus
The branch 'master' was created.

Summary of new commits:

  ae67d56... new package
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/clxclient] dependencies for -devel

2016-10-15 Thread jajcus
commit b4bc2884778947e9fa3546da613c25f8bb6f524e
Author: Jacek Konieczny 
Date:   Sat Oct 15 12:58:41 2016 +0200

dependencies for -devel

 clxclient.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/clxclient.spec b/clxclient.spec
index c78a6c8..c68e0c5 100644
--- a/clxclient.spec
+++ b/clxclient.spec
@@ -10,7 +10,6 @@ Patch0:   makefile.patch
 URL:   http://kokkinizita.linuxaudio.org/linuxaudio/
 BuildRequires: clthreads-devel
 BuildRequires: freetype-devel
-BuildRequires: freetype-devel
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXft-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -22,6 +21,9 @@ clxclient library, used by Kokkini Zita Linux Audio projects.
 Summary:   Header files for %{name} library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki %{name}
 Group: Development/Libraries
+Requires:  freetype-devel
+Requires:  xorg-lib-libX11-devel
+Requires:  xorg-lib-libXft-devel
 Requires:  %{name} = %{version}-%{release}
 
 %description devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/clxclient.git/commitdiff/b4bc2884778947e9fa3546da613c25f8bb6f524e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gtk-webkit4] - updated to 2.14.1

2016-10-15 Thread qboosh
commit 82029cf4ed6ede91c163a64a2c4b7daef230d186
Author: Jakub Bogusz 
Date:   Sat Oct 15 13:23:55 2016 +0200

- updated to 2.14.1

 gtk-webkit4.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk-webkit4.spec b/gtk-webkit4.spec
index 026f860..963ba32 100644
--- a/gtk-webkit4.spec
+++ b/gtk-webkit4.spec
@@ -18,12 +18,12 @@
 Summary:   Port of WebKit embeddable web component to GTK+ 3
 Summary(pl.UTF-8): Port osadzalnego komponentu WWW WebKit do GTK+ 3
 Name:  gtk-webkit4
-Version:   2.14.0
+Version:   2.14.1
 Release:   1
 License:   BSD-like
 Group: X11/Libraries
 Source0:   https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
-# Source0-md5: 20f21f48677559750581471c7aeb8648
+# Source0-md5: 8d6c60dc41604d3bbd43165a674c07e5
 Patch0:x32.patch
 URL:   https://webkitgtk.org/
 BuildRequires: /usr/bin/ld.gold
@@ -102,7 +102,7 @@ Requires:   libxslt >= 1.1.7
 Requires:  pango >= 1:1.32.0
 %{?with_introspection:Conflicts:   gir-repository < 0.6.5-7}
 # Source/JavaScriptCore/CMakeLists.txt /WTF_CPU_
-ExclusiveArch: %{ix86} %{x8664} x32 arm aarch64 hppa mips ppc ppc64 s390 s390x 
sh4
+ExclusiveArch: %{ix86} %{x8664} x32 %{arm} aarch64 hppa mips ppc ppc64 ppc64le 
s390 s390x sh4
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # __once_call, __once_called non-function symbols from libstdc++
@@ -195,7 +195,6 @@ rm -rf $RPM_BUILD_ROOT
 %files -f WebKit2GTK-4.0.lang
 %defattr(644,root,root,755)
 %doc NEWS
-%attr(755,root,root) %{_bindir}/jsc
 %attr(755,root,root) %{_libdir}/libwebkit2gtk-4.0.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libwebkit2gtk-4.0.so.37
 %attr(755,root,root) %{_libdir}/libjavascriptcoregtk-4.0.so.*.*.*
@@ -211,6 +210,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/webkit2gtk-4.0/WebKitPluginProcess
 %attr(755,root,root) %{_libdir}/webkit2gtk-4.0/WebKitPluginProcess2
 %attr(755,root,root) %{_libdir}/webkit2gtk-4.0/WebKitWebProcess
+%attr(755,root,root) %{_libdir}/webkit2gtk-4.0/jsc
 %dir %{_libdir}/webkit2gtk-4.0/injected-bundle
 %attr(755,root,root) 
%{_libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit4.git/commitdiff/82029cf4ed6ede91c163a64a2c4b7daef230d186

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gtk-webkit4: webkitgtk-2.14.1.tar.xz

2016-10-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://webkitgtk.org/releases/webkitgtk-2.14.1.tar.xz
8d6c60dc41604d3bbd43165a674c07e5  webkitgtk-2.14.1.tar.xz
Size: 13415796 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libglvnd] - initial

2016-10-15 Thread qboosh
commit 778c937e373d9b9f7ba0ad30ee477f4941156652
Author: Jakub Bogusz 
Date:   Sat Oct 15 13:26:57 2016 +0200

- initial

 libglvnd.spec | 220 ++
 1 file changed, 220 insertions(+)
---
diff --git a/libglvnd.spec b/libglvnd.spec
new file mode 100644
index 000..9c69258
--- /dev/null
+++ b/libglvnd.spec
@@ -0,0 +1,220 @@
+# TODO:
+# - what should provide GL headers when %{with default_gl}? packages with 
khronos headers alone?
+#
+# Conditional build:
+%bcond_withdefault_gl  # build dispatcher as default 
libGL/libGLX/libGLESv1_CM/libGLESv2 provider
+#
+Summary:   Vendor-neutral OpenGL dispatch library
+Summary(pl.UTF-8): Niezależna od producenta biblioteka przekazująca 
wywołania OpenGL
+Name:  libglvnd
+Version:   0.1.1
+Release:   1
+License:   MIT-like
+Group: Libraries
+#Source0Download: https://github.com/NVIDIA/libglvnd/releases
+Source0:   
https://github.com/NVIDIA/libglvnd/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 564820301daf6b4c7d80cbfbc04efc8c
+URL:   https://github.com/NVIDIA/libglvnd
+BuildRequires: autoconf >= 2.63
+BuildRequires: automake >= 1:1.11
+BuildRequires: libtool
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-proto-glproto-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%if %{with default_gl}
+%definegl_libdir   %{_libdir}
+%else
+%definegl_libdir   %{_libdir}/%{name}
+%definenoautoprov_files%{_libdir}/%{name}
+%endif
+
+%description
+This is a work-in-progress implementation of the vendor-neutral
+dispatch layer for arbitrating OpenGL API calls between multiple
+vendors on a per-screen basis, as described by Andy Ritger's OpenGL
+ABI proposal:
+.
+
+Currently, only the GLX window-system API and OpenGL are supported,
+but in the future this library may support EGL and OpenGL ES as well.
+
+%description -l pl.UTF-8
+Ten pakiet to (będąca w trakcie tworzenia) implementacja warstwy
+przekazującej wywołania dowolnych wywołań API OpenGL między różnymi
+producentami w zależności od ekranu, zgodnie z propozycją opisaną
+przez Andy Ritgera:
+.
+
+Obecnie obsługiwane jest tylko API systemu okienek GLX oraz OpenGL, w
+przyszłości biblioteka może obsługiwać także EGL i OpenGL ES.
+
+%package devel
+Summary:   Header files for libglvnd interface
+Summary(pl.UTF-8): Pliki nagłówkowe interfejsu libglvnd
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+# 
+Requires:  OpenGL-devel
+# 
+Requires:  OpenGL-GLX-devel
+
+%description devel
+Header files for libglvnd interface.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe interfejsu libglvnd.
+
+%package libGL
+Summary:   OpenGL 4.x interface glvnd libraries
+Summary(pl.UTF-8): Biblioteki glvnd interfejsu OpenGL 4.x
+Group: Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description libGL
+OpenGL 4.x interface glvnd libraries.
+
+%description libGL -l pl.UTF-8
+Biblioteki glvnd interfejsu OpenGL 4.x.
+
+%package libGL-devel
+Summary:   Development files for glvnd OpenGL 4.x interface
+Summary(pl.UTF-8): Pliki programistyczne glvnd interfejsu OpenGL 4.x
+Group: Development/Libraries
+Requires:  %{name}-libGL = %{version}-%{release}
+#Requires: khronos-OpenGL-headers(?)
+#%{?with_default_gl:Provides:  OpenGL-devel = 4.?}
+
+%description libGL-devel
+Development files for glvnd OpenGL 4.x interface.
+
+%description libGL-devel -l pl.UTF-8
+Pliki programistyczne glvnd interfejsu OpenGL 4.x.
+
+%package libGLES
+Summary:   OpenGL ES 1, 2, 3 interface glvnd libraries
+Summary(pl.UTF-8): Biblioteki glvnd interfejsów OpenGL ES 1, 2, 3
+Group: Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description libGLES
+OpenGL ES 1, 2, 3 interface glvnd libraries.
+
+%description libGLES -l pl.UTF-8
+Biblioteki glvnd interfejsów OpenGL ES 1, 2, 3.
+
+%package libGLES-devel
+Summary:   Development files for glvnd OpenGL ES 1, 2, 3 interfaces
+Summary(pl.UTF-8): Pliki programistyczne glvnd interfejsów OpenGL ES 1, 2, 
3
+Group: Development/Libraries
+Requires:  %{name}-libGLES = %{version}-%{release}
+#Requires: khronos-OpenGLES-headers(?)
+%if 0 && %{with default_gl}
+Provides:  OpenGLES-devel
+Provides:  OpenGLESv1-devel = 1.?
+Provides:  OpenGLESv2-devel = 2.?
+Provides:  OpenGLESv3-devel = 3.?
+%endif
+
+%description libGLES-devel
+Development files for glvnd OpenGL ES 1, 2, 3 interfaces.
+
+%description libGLES-devel -l pl.UTF-8
+Pliki programistyczne glvnd interfejsów OpenGL ES 1, 2, 3.
+
+%prep
+%setup 

DISTFILES: libglvnd: libglvnd-0.1.1.tar.gz

2016-10-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://github.com/NVIDIA/libglvnd/archive/v0.1.1/libglvnd-0.1.1.tar.gz
564820301daf6b4c7d80cbfbc04efc8c  libglvnd-0.1.1.tar.gz
Size: 703332 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libglvnd] Created branch master

2016-10-15 Thread qboosh
The branch 'master' was created.

Summary of new commits:

  778c937... - initial
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libglvnd] - BR: python 2.7

2016-10-15 Thread qboosh
commit dd91cdd558097edd40ac40b5edcd6f4c85348ceb
Author: Jakub Bogusz 
Date:   Sat Oct 15 13:35:25 2016 +0200

- BR: python 2.7

 libglvnd.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/libglvnd.spec b/libglvnd.spec
index 9c69258..010ff7e 100644
--- a/libglvnd.spec
+++ b/libglvnd.spec
@@ -18,6 +18,8 @@ URL:  https://github.com/NVIDIA/libglvnd
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
 BuildRequires: libtool
+BuildRequires: python >= 1:2.7
+BuildRequires: python-modules >= 1:2.7
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXext-devel
 BuildRequires: xorg-proto-glproto-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libglvnd.git/commitdiff/dd91cdd558097edd40ac40b5edcd6f4c85348ceb

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gpgme] - fix internal deps - rel 2

2016-10-15 Thread baggins
commit 7f5e677d389b8234f01c2773b356a116b6727e6e
Author: Jan Rękorajski 
Date:   Sat Oct 15 14:53:12 2016 +0200

- fix internal deps
- rel 2

 gpgme.spec | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/gpgme.spec b/gpgme.spec
index a96ae45..401ab98 100644
--- a/gpgme.spec
+++ b/gpgme.spec
@@ -20,7 +20,7 @@ Summary:  Library for accessing GnuPG
 Summary(pl.UTF-8): Biblioteka dająca dostęp do funkcji GnuPG
 Name:  gpgme
 Version:   1.7.0
-Release:   1
+Release:   2
 Epoch: 1
 License:   LGPL v2.1+
 Group: Libraries
@@ -97,7 +97,7 @@ Statyczna wersja biblioteki GPGME.
 Summary:   GpgMEpp - C++ interface for GPGME library
 Summary(pl.UTF-8): GpgMEpp - interfejs C++ do biblioteki GPGME
 Group: Libraries
-Requires:  %{name} = %{version}-%{release}
+Requires:  %{name} = %{epoch}:%{version}-%{release}
 
 %description c++
 GpgMEpp is a C++ wrapper (or C++ bindings) for the GnuPG project's
@@ -111,7 +111,7 @@ Made Easy) z projektu GnuPG. Jest oparty na bibliotece 
KF5gpgme.pp.
 Summary:   Header files for GpgMEpp library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GpgMEpp
 Group: Development/Libraries
-Requires:  %{name}-c++ = %{version}-%{release}
+Requires:  %{name}-c++ = %{epoch}:%{version}-%{release}
 Requires:  libstdc++-devel >= 6:4.7
 
 %description c++-devel
@@ -124,7 +124,7 @@ Pliki nagłówkowe biblioteki GpgMEpp.
 Summary:   Static GpgMEpp library
 Summary(pl.UTF-8): Statyczna biblioteka GpgMEpp
 Group: Development/Libraries
-Requires:  %{name}-c++-devel = %{version}-%{release}
+Requires:  %{name}-c++-devel = %{epoch}:%{version}-%{release}
 
 %description c++-static
 Static GpgMEpp library.
@@ -137,7 +137,7 @@ Summary:QGpgME - Qt 5 interface for GPGME library
 Summary(pl.UTF-8): QGpgME - interfejs Qt 5 do biblioteki GPGME
 License:   GPL v2+ with Qt linking exception
 Group: Libraries
-Requires:  %{name}-c++ = %{version}-%{release}
+Requires:  %{name}-c++ = %{epoch}:%{version}-%{release}
 Requires:  Qt5Core >= 5.0.0
 
 %description qt5
@@ -154,8 +154,8 @@ Summary:Header files for QGpgME library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki QGpgME
 License:   GPL v2+ with Qt linking exception
 Group: Development/Libraries
-Requires:  %{name}-c++-devel = %{version}-%{release}
-Requires:  %{name}-qt5 = %{version}-%{release}
+Requires:  %{name}-c++-devel = %{epoch}:%{version}-%{release}
+Requires:  %{name}-qt5 = %{epoch}:%{version}-%{release}
 Requires:  Qt5Core-devel >= 5.0.0
 
 %description qt5-devel
@@ -169,7 +169,7 @@ Summary:Static QGpgME library
 Summary(pl.UTF-8): Statyczna biblioteka QGpgME
 License:   GPL v2+ with Qt linking exception
 Group: Development/Libraries
-Requires:  %{name}-qt5-devel = %{version}-%{release}
+Requires:  %{name}-qt5-devel = %{epoch}:%{version}-%{release}
 
 %description qt5-static
 Static QGpgME library.
@@ -181,7 +181,7 @@ Statyczna biblioteka QGpgME.
 Summary:   Common Lisp binding for GPGME library
 Summary(pl.UTF-8): Wiązanie Common Lispa do biblioteki GPGME
 Group: Libraries
-Requires:  %{name} = %{version}-%{release}
+Requires:  %{name} = %{epoch}:%{version}-%{release}
 Requires:  common-lisp-controller
 
 %description -n common-lisp-gpgme
@@ -194,7 +194,7 @@ Wiązanie Common Lispa do biblioteki GPGME.
 Summary:   PyME - Python 2 interface for GPGME library
 Summary(pl.UTF-8): PyME - interfejs Pythona 2 do biblioteki GPGME
 Group: Libraries/Python
-Requires:  %{name} = %{version}-%{release}
+Requires:  %{name} = %{epoch}:%{version}-%{release}
 Requires:  python-libs >= 1:2.7
 
 %description -n python-pyme
@@ -207,7 +207,7 @@ PyME to interfejs Pythona do biblioteki GPGME.
 Summary:   PyME - Python 3 interface for GPGME library
 Summary(pl.UTF-8): PyME - interfejs Pythona 3 do biblioteki GPGME
 Group: Libraries/Python
-Requires:  %{name} = %{version}-%{release}
+Requires:  %{name} = %{epoch}:%{version}-%{release}
 Requires:  python3-libs >= 1:3.4
 
 %description -n python3-pyme


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gpgme.git/commitdiff/7f5e677d389b8234f01c2773b356a116b6727e6e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: python-coverage: coverage-4.2.tar.gz

2016-10-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/c/coverage/coverage-4.2.tar.gz
1e09362a3f35d589f942359441050a6e  coverage-4.2.tar.gz
Size: 359873 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-coverage] - updated to 4.2

2016-10-15 Thread qboosh
commit 564086f1c4cc00952c8f07310a7d1f1d384ee2b3
Author: Jakub Bogusz 
Date:   Sat Oct 15 14:56:14 2016 +0200

- updated to 4.2

 python-coverage.spec | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/python-coverage.spec b/python-coverage.spec
index bd1036d..4549af4 100644
--- a/python-coverage.spec
+++ b/python-coverage.spec
@@ -7,13 +7,13 @@
 Summary:   Tool for measuring code coverage of Python programs
 Summary(pl.UTF-8): Narzędzie do szacowania pokrycia kodu programów w 
Pythonie
 Name:  python-%{module}
-Version:   4.0.3
+Version:   4.2
 Release:   1
 License:   Apache v2.0
 Group: Development/Languages/Python
 #Source0Download: https://pypi.python.org/simple/coverage/
-Source0:   
https://pypi.python.org/packages/source/c/coverage/%{module}-%{version}.tar.gz
-# Source0-md5: c7d3db1882484022c81bf619be7b6365
+Source0:   
https://files.pythonhosted.org/packages/source/c/coverage/%{module}-%{version}.tar.gz
+# Source0-md5: 1e09362a3f35d589f942359441050a6e
 URL:   http://coverage.readthedocs.org/
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
@@ -73,16 +73,16 @@ kodu, który mógłby zostać wykonany, ale nie był.
 %install
 rm -rf $RPM_BUILD_ROOT
 
+%if %{with python3}
+%py3_install
+%endif
+
 %if %{with python2}
 %py_install
 
 %py_postclean
 %endif
 
-%if %{with python3}
-%py3_install
-%endif
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -90,6 +90,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS.txt CHANGES.rst NOTICE.txt README.rst TODO.txt
+%attr(755,root,root) %{_bindir}/coverage
 %attr(755,root,root) %{_bindir}/coverage2
 %attr(755,root,root) %{_bindir}/coverage-%{py_ver}
 %dir %{py_sitedir}/%{module}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-coverage.git/commitdiff/564086f1c4cc00952c8f07310a7d1f1d384ee2b3

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libselinux] - added python3 binding

2016-10-15 Thread qboosh
commit 8aa53b725cb517d3a845f8a70709a255dce0a78b
Author: Jakub Bogusz 
Date:   Sat Oct 15 15:03:32 2016 +0200

- added python3 binding

 libselinux.spec | 132 ++--
 1 file changed, 118 insertions(+), 14 deletions(-)
---
diff --git a/libselinux.spec b/libselinux.spec
index 3f54da2..9fc51dc 100644
--- a/libselinux.spec
+++ b/libselinux.spec
@@ -1,8 +1,15 @@
 #
 # Conditional build:
-%bcond_without python  # Python binding
+%bcond_without python  # Python (any) bindings
+%bcond_without python2 # Python 2 binding
+%bcond_without python3 # Python 3 binding
 %bcond_without ruby# Ruby binding
 
+%if %{without python}
+%undefine  with_python2
+%undefine  with_python3
+%endif
+
 %definesepol_ver   2.5
 Summary:   SELinux library and simple utilities
 Summary(pl.UTF-8): Biblioteka SELinux i proste narzędzia
@@ -26,9 +33,10 @@ BuildRequires:   libsepol-devel >= %{sepol_ver}
 %{?with_python:BuildRequires:  libsepol-static >= %{sepol_ver}}
 BuildRequires: pcre-devel
 BuildRequires: pkgconfig
-%{?with_python:BuildRequires:  python-devel}
+%{?with_python2:BuildRequires: python-devel >= 2}
+%{?with_python3:BuildRequires: python3-devel >= 1:3.2}
 %{?with_python:BuildRequires:  rpm-pythonprov}
-BuildRequires: rpmbuild(macros) >= 1.696
+BuildRequires: rpmbuild(macros) >= 1.714
 %{?with_ruby:BuildRequires:ruby-devel >= 1.9}
 BuildRequires: sed >= 4.0
 %{?with_python:BuildRequires:  swig-python}
@@ -114,16 +122,28 @@ SELinux utils.
 Narzędzia SELinux.
 
 %package -n python-selinux
-Summary:   Python binding for SELinux library
-Summary(pl.UTF-8): Wiązania Pythona do biblioteki SELinux
+Summary:   Python 2 binding for SELinux library
+Summary(pl.UTF-8): Wiązania Pythona 2 do biblioteki SELinux
 Group: Libraries/Python
 Requires:  %{name} = %{version}-%{release}
 
 %description -n python-selinux
-Python binding for SELinux library.
+Python 2 binding for SELinux library.
 
 %description -n python-selinux -l pl.UTF-8
-Wiązania Pythona do biblioteki SELinux.
+Wiązania Pythona 2 do biblioteki SELinux.
+
+%package -n python3-selinux
+Summary:   Python 3 binding for SELinux library
+Summary(pl.UTF-8): Wiązania Pythona 3 do biblioteki SELinux
+Group: Libraries/Python
+Requires:  %{name} = %{version}-%{release}
+
+%description -n python3-selinux
+Python 3 binding for SELinux library.
+
+%description -n python3-selinux -l pl.UTF-8
+Wiązania Pythona 3 do biblioteki SELinux.
 
 %package -n ruby-selinux
 Summary:   Ruby binding for SELinux library
@@ -143,29 +163,57 @@ Wiązania języka Ruby do biblioteki SELinux.
 
 # "-z defs" doesn't mix with --as-needed when some object needs symbols from
 # ld.so (because of __thread variable in this case)
-sed -i -e 's/-z,defs,//' src/Makefile
+%{__sed} -i -e 's/-z,defs,//' src/Makefile
 
 %build
-%{__make} -j1 all %{?with_python:pywrap} %{?with_ruby:rubywrap} \
+%{__make} -j1 all %{?with_python2:pywrap} %{?with_ruby:rubywrap} \
CC="%{__cc}" \
CFLAGS="%{rpmcppflags} %{rpmcflags} -D_FILE_OFFSET_BITS=64" \
LDFLAGS="%{rpmldflags} -lpcre -lpthread" \
LIBDIR=%{_libdir} \
+   PYPREFIX=python2 \
%{?with_ruby:RUBYINC="$(pkg-config --cflags ruby-%{ruby_abi})"}
 
+%if %{with python3}
+%{__make} -j1 -C src pywrap \
+   CC="%{__cc}" \
+   CFLAGS="%{rpmcppflags} %{rpmcflags} -D_FILE_OFFSET_BITS=64" \
+   LDFLAGS="%{rpmldflags} -lpthread" \
+   LIBDIR=%{_libdir} \
+   PYPREFIX=python3
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install %{?with_python:install-pywrap} 
%{?with_ruby:install-rubywrap} \
+%{__make} install %{?with_python2:install-pywrap} 
%{?with_ruby:install-rubywrap} \
LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
SHLIBDIR=$RPM_BUILD_ROOT/%{_lib} \
+   PYPREFIX=python2 \
+   PYTHON=%{__python} \
RUBYINSTALL=$RPM_BUILD_ROOT%{ruby_vendorarchdir} \
-   DESTDIR=$RPM_BUILD_ROOT \
+   DESTDIR=$RPM_BUILD_ROOT
 
 # make symlink across / absolute
 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libselinux.so.*) \
$RPM_BUILD_ROOT%{_libdir}/libselinux.so
 
+%if %{with python2}
+%py_comp $RPM_BUILD_ROOT%{py_sitedir}/selinux
+%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/selinux
+%py_postclean
+%endif
+
+%if %{with python3}
+%{__make} -C src install-pywrap \
+   DESTDIR=$RPM_BUILD_ROOT \
+   PYPREFIX=python3 \
+   PYTHON=%{__python3}
+
+%py3_comp $RPM_BUILD_ROOT%{py3_sitedir}/selinux
+%py3_ocomp $RPM_BUILD_ROOT%{py3_sitedir}/selinux
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -200,7 +248,53 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libselinux.so
 %{_pkgconfigdir}/libselinux.pc
 %{_includedir}/selinux
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/avc_*.3*
+%{_mandir}/man3/checkPasswdAccess.3*
+%{_mandir}/man3/context_*.3*
+%{_mandir}/man3/fgetfilecon*.3*
+%{_mandir}/man3/fini_selinuxmnt.3*
+%{_mandir}/man3/freecon*.3*

[packages/browser-plugin-mozvoikko] - drop xulrunner dep *no such package anymore) - rel 2

2016-10-15 Thread baggins
commit 9def1166a817fb7702410fa8005be74869f148fb
Author: Jan Rękorajski 
Date:   Sat Oct 15 22:08:58 2016 +0200

- drop xulrunner dep *no such package anymore)
- rel 2

 browser-plugin-mozvoikko.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/browser-plugin-mozvoikko.spec b/browser-plugin-mozvoikko.spec
index b2aebc9..fd18556 100644
--- a/browser-plugin-mozvoikko.spec
+++ b/browser-plugin-mozvoikko.spec
@@ -3,7 +3,7 @@ Summary:mozvoikko2 plugin for Mozilla-based applications
 Summary(pl.UTF-8): Wtyczka mozvoikko2 dla aplikacji opartych na Mozilli
 Name:  browser-plugin-mozvoikko
 Version:   2.0.1
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://downloads.sourceforge.net/voikko/mozvoikko-%{version}.tar.gz
@@ -11,7 +11,6 @@ Source0:  
http://downloads.sourceforge.net/voikko/mozvoikko-%{version}.tar.gz
 URL:   http://voikko.sourceforge.net/
 BuildRequires: zip
 Requires:  libvoikko >= 1.7
-Requires:  xulrunner >= 2.0
 #BuildArch:noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/browser-plugin-mozvoikko.git/commitdiff/9def1166a817fb7702410fa8005be74869f148fb

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/openbox] - removed unsupported locale - rel 3

2016-10-15 Thread baggins
commit a32fea483f0ad11fb5275a2c61bd12c6ceee8948
Author: Jan Rękorajski 
Date:   Sat Oct 15 22:12:05 2016 +0200

- removed unsupported locale
- rel 3

 openbox.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/openbox.spec b/openbox.spec
index be26759..0d4379b 100644
--- a/openbox.spec
+++ b/openbox.spec
@@ -6,7 +6,7 @@ Summary:Small and fast window manger for the X Window
 Summary(pl.UTF-8): Mały i szybki zarządca okien dla X Window
 Name:  openbox
 Version:   3.6.1
-Release:   2
+Release:   3
 Epoch: 1
 License:   GPL v2+
 Group: X11/Window Managers
@@ -248,7 +248,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc/openbox
 %{__rm} -r $RPM_BUILD_ROOT%{_libdir}/libob*.la
 
-mv $RPM_BUILD_ROOT%{_datadir}/locale/{no,nb}
+%{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{no,nb}
+%{__rm} $RPM_BUILD_ROOT%{_datadir}/locale/gl_ES
 
 %find_lang %{name} --all-name
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openbox.git/commitdiff/a32fea483f0ad11fb5275a2c61bd12c6ceee8948

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/openbox] - fix locale removal - rel 4

2016-10-15 Thread baggins
commit f446bcbf71f4af609e7c0309eb3b31bb8f971675
Author: Jan Rękorajski 
Date:   Sat Oct 15 22:14:43 2016 +0200

- fix locale removal
- rel 4

 openbox.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openbox.spec b/openbox.spec
index 0d4379b..1be13ce 100644
--- a/openbox.spec
+++ b/openbox.spec
@@ -6,7 +6,7 @@ Summary:Small and fast window manger for the X Window
 Summary(pl.UTF-8): Mały i szybki zarządca okien dla X Window
 Name:  openbox
 Version:   3.6.1
-Release:   3
+Release:   4
 Epoch: 1
 License:   GPL v2+
 Group: X11/Window Managers
@@ -249,7 +249,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__rm} -r $RPM_BUILD_ROOT%{_libdir}/libob*.la
 
 %{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{no,nb}
-%{__rm} $RPM_BUILD_ROOT%{_datadir}/locale/gl_ES
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/gl_ES
 
 %find_lang %{name} --all-name
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openbox.git/commitdiff/f446bcbf71f4af609e7c0309eb3b31bb8f971675

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/xmms-input-wavpack] - removed bogus R - rel 3

2016-10-15 Thread baggins
commit 65c433913eab37b3e4b06854ce109b170c7b4b45
Author: Jan Rękorajski 
Date:   Sat Oct 15 22:16:35 2016 +0200

- removed bogus R
- rel 3

 xmms-input-wavpack.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/xmms-input-wavpack.spec b/xmms-input-wavpack.spec
index 6c57ad7..2e759f1 100644
--- a/xmms-input-wavpack.spec
+++ b/xmms-input-wavpack.spec
@@ -2,7 +2,7 @@ Summary:XMMS plugin for playing wavpack files
 Summary(pl.UTF-8): Wtyczka wejściowa dla XMMS-a odtwarzająca pliki wavpack
 Name:  xmms-input-wavpack
 Version:   1.0.3
-Release:   2
+Release:   3
 License:   GPL v2+
 Group: X11/Applications/Sound
 #Source0Download: http://www.wavpack.com/downloads.html
@@ -21,7 +21,6 @@ BuildRequires:wavpack-devel >= 4.40
 BuildRequires: xmms-devel >= 1.2.10
 Requires:  glib >= 1.2.10
 Requires:  gtk+ >= 1.2.2
-Requires:  libwavpack >= 0.7
 Requires:  wavpack >= 4.40
 Requires:  xmms >= 1.2.10
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xmms-input-wavpack.git/commitdiff/65c433913eab37b3e4b06854ce109b170c7b4b45

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: keepass: KeePass-2.34-Source.zip

2016-10-15 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://downloads.sourceforge.net/project/keepass/KeePass%202.x/2.34/KeePass-2.34-Source.zip
d810976648df7e16053801d250962cdf  KeePass-2.34-Source.zip
Size: 4744285 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/keepass] - up to 2.34

2016-10-15 Thread baggins
commit 9f65f5ccbf77e996bcc716cb0f8335cf76f833de
Author: Jan Rękorajski 
Date:   Sat Oct 15 22:04:04 2016 +0200

- up to 2.34

 keepass.spec | 20 +++-
 1 file changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/keepass.spec b/keepass.spec
index b2f3b62..d0eced7 100644
--- a/keepass.spec
+++ b/keepass.spec
@@ -5,14 +5,15 @@
 %include   /usr/lib/rpm/macros.mono
 Summary:   Password manager
 Name:  keepass
-Version:   2.27
+Version:   2.34
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
 # Created with, e.g.:
 # version=2.25 tmpdir=`mktemp -d` && cd $tmpdir && curl -LRO 
http://downloads.sourceforge.net/project/keepass/KeePass%202.x/$version/KeePass-$version-Source.zip
 && mkdir keepass-$version && unzip -d keepass-$version 
KeePass-$version-Source.zip && find keepass-$version -name "*dll" -delete && 
tar -cJf keepass-$version.tar.xz keepass-$version
-Source0:   
http://pkgs.fedoraproject.org/repo/pkgs/keepass/%{name}-%{version}.tar.xz/5a4e243b7f3784db99a3f5e3ede2493b/keepass-%{version}.tar.xz
-# Source0-md5: 5a4e243b7f3784db99a3f5e3ede2493b
+#Source0:  
http://pkgs.fedoraproject.org/repo/pkgs/keepass/%{name}-%{version}.tar.xz/5a4e243b7f3784db99a3f5e3ede2493b/keepass-%{version}.tar.xz
+Source0:   
https://downloads.sourceforge.net/project/keepass/KeePass%202.x/%{version}/KeePass-%{version}-Source.zip
+# Source0-md5: d810976648df7e16053801d250962cdf
 # Upstream does not include a .desktop file, etc..
 Patch0:%{name}-desktop-integration.patch
 Patch3:%{name}-appdata.patch
@@ -23,12 +24,14 @@ Patch2: %{name}-enable-local-help.patch
 URL:   http://keepass.info/
 %{?with_doc:BuildRequires: archmage}
 BuildRequires: desktop-file-utils
+BuildRequires: libgdiplus-devel
 BuildRequires: mono-devel
 BuildRequires: python-devel
 BuildRequires: rpmbuild(macros) >= 1.566
 BuildRequires: rpmbuild(monoautodeps)
 BuildRequires: sed >= 4.0
 BuildRequires: tar >= 1:1.22
+BuildRequires: xorg-xserver-Xvfb
 BuildRequires: xz
 Requires:  hicolor-icon-theme
 Requires:  libgdiplus
@@ -56,7 +59,7 @@ BuildArch:noarch
 Documentation for KeePass, a free open source password manager.
 
 %prep
-%setup -q
+%setup -q -c
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -69,6 +72,13 @@ cd Build
 sh PrepMonoDev.sh
 cd -
 
+find . -name "*.sln" -print -exec sed -i 's/Format Version 10.00/Format 
Version 11.00/g' {} \;
+find . -name "*.csproj" -print -exec sed -i 
's#ToolsVersion="3.5"#ToolsVersion="4.0"#g; 
s#.*##g; 
s##v4.5#g'
 {} \;
+
+xbuild /target:KeePass /property:Configuration=Release
+for subdir in Images_App_HighRes Images_Client_16 Images_Client_HighRes; do
+   xvfb-run -a mono Build/KeePass/Release/KeePass.exe -d:`pwd`/Ext/$subdir 
--makexspfile `pwd`/KeePass/Resources/Data/$subdir.bin
+done
 xbuild /target:KeePass /property:Configuration=Release
 %if %{with doc}
 %{__python} -c 'import archmod.CHM; 
archmod.CHM.CHMDir("Docs").process_templates("Docs/Chm")'
@@ -82,7 +92,7 @@ install -p Build/KeePass/Release/KeePass.exe 
Ext/KeePass{.config.xml,.exe.config
 install -p 
Ext/XSL/{KDBX_DetailsFull.xsl,KDBX_DetailsLite.xsl,KDBX_PasswordsOnly.xsl,KDBX_Styles.css,KDBX_Tabular.xsl,TableHeader.gif}
 \
$RPM_BUILD_ROOT%{_datadir}/%{name}/XSL
 
-install -p -T Ext/Icons/Finals/plockb.png 
$RPM_BUILD_ROOT%{_iconsdir}/hicolor/256x256/apps/%{name}.png
+install -p -T Ext/Icons_15_VA/KeePass_Round/KeePass_Round_256.png 
$RPM_BUILD_ROOT%{_iconsdir}/hicolor/256x256/apps/%{name}.png
 desktop-file-install --dir=$RPM_BUILD_ROOT%{_desktopdir} dist/%{name}.desktop
 cp -p dist/%{name}.xml $RPM_BUILD_ROOT%{_datadir}/mime/packages
 cp -p dist/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/keepass.git/commitdiff/9f65f5ccbf77e996bcc716cb0f8335cf76f833de

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/xfce4-session] - fix verbose logging enabled by default - rel 2

2016-10-15 Thread baggins
commit 149ecd404281f3230594831b86b3aafda71708b4
Author: Jan Rękorajski 
Date:   Sat Oct 15 22:55:37 2016 +0200

- fix verbose logging enabled by default
- rel 2

 verbose-logging.patch | 28 
 xfce4-session.spec|  4 +++-
 2 files changed, 31 insertions(+), 1 deletion(-)
---
diff --git a/xfce4-session.spec b/xfce4-session.spec
index 14af127..1b84def 100644
--- a/xfce4-session.spec
+++ b/xfce4-session.spec
@@ -7,7 +7,7 @@ Summary:Xfce session manager
 Summary(pl.UTF-8): Zarządca sesji Xfce
 Name:  xfce4-session
 Version:   4.12.1
-Release:   1
+Release:   2
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://archive.xfce.org/src/xfce/%{name}/4.12/%{name}-%{version}.tar.bz2
@@ -18,6 +18,7 @@ Source1:  
http://www.blues.gda.pl/SOURCES/%{name}-ubuntu_icons.tar.bz2
 # 
http://lists.fedoraproject.org/pipermail/devel-announce/2011-February/000758.html
 Source2:polkit-mate-authentication-agent-1.desktop
 Patch0:%{name}-ubuntu_icons.patch
+Patch1:verbose-logging.patch
 URL:   http://www.xfce.org/projects/xfce4-session
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -94,6 +95,7 @@ Statyczna biblioteka zarządcy sesji dla środowiska Xfce.
 %prep
 %setup -q -a1
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__intltoolize}
diff --git a/verbose-logging.patch b/verbose-logging.patch
new file mode 100644
index 000..3b9f247
--- /dev/null
+++ b/verbose-logging.patch
@@ -0,0 +1,28 @@
+From 26f9ae8df629f02af0773df2ed82db6b85c5b556 Mon Sep 17 00:00:00 2001
+From: Eric Koegel 
+Date: Sat, 28 Mar 2015 16:57:24 +0300
+Subject: Make verbose logging conditional (Bug #11698)
+
+Bug report and patch submitted by Zhihao Yuan
+
+Signed-off-by: Eric Koegel 
+
+diff --git a/xfce4-session/xfsm-global.h b/xfce4-session/xfsm-global.h
+index d2e0c29..d458712 100644
+--- a/xfce4-session/xfsm-global.h
 b/xfce4-session/xfsm-global.h
+@@ -49,7 +49,10 @@ extern XfsmSplashScreen *splash_screen;
+ #if defined(G_HAVE_ISO_VARARGS)
+ 
+ #define xfsm_verbose(...)\
+-xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__)
++G_STMT_START{ \
++  if (G_UNLIKELY (verbose)) \
++xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__); \
++}G_STMT_END
+ 
+ #else
+ 
+-- 
+cgit v0.10.1
+


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xfce4-session.git/commitdiff/149ecd404281f3230594831b86b3aafda71708b4

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-sepolgen] - added python3 module

2016-10-15 Thread qboosh
commit 0264e0579478d13acbd6ca23920d8cb0f3d706bd
Author: Jakub Bogusz 
Date:   Sat Oct 15 17:37:01 2016 +0200

- added python3 module

 python-sepolgen.spec | 73 +++-
 1 file changed, 66 insertions(+), 7 deletions(-)
---
diff --git a/python-sepolgen.spec b/python-sepolgen.spec
index 49ce500..0a34f67 100644
--- a/python-sepolgen.spec
+++ b/python-sepolgen.spec
@@ -1,6 +1,10 @@
-# TODO: python3 (after adding python3-selinux)
-Summary:   sepolgen - Python module for policy generation
-Summary(pl.UTF-8): Moduł Pythona sepolgen do generowania polityki
+#
+# Conditional build:
+%bcond_without python2 # Python 2 module
+%bcond_without python3 # Python 3 module
+
+Summary:   sepolgen - Python 2 module for policy generation
+Summary(pl.UTF-8): Moduł Pythona 2 sepolgen do generowania polityki
 Name:  python-sepolgen
 Version:   1.2.3
 Release:   1
@@ -10,10 +14,18 @@ Group:  Development/Languages/Python
 Source0:   
https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/sepolgen-%{version}.tar.gz
 # Source0-md5: d17b4072ed14d1f8d94ffd667ddc2864
 URL:   https://github.com/SELinuxProject/selinux/wiki
-BuildRequires: python-modules >= 2
 BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.219
-Requires:  python-selinux
+BuildRequires: rpmbuild(macros) >= 1.714
+%if %{with python2}
+BuildRequires: python >= 2
+BuildRequires: python-modules >= 2
+%endif
+%if %{with python2}
+BuildRequires: python3 >= 1:3.2
+BuildRequires: python3-modules >= 1:3.2
+%endif
+Requires:  %{name}-common = %{version}-%{release}
+Requires:  python-selinux >= 2.5
 Suggests:  python-setools
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,27 +36,74 @@ sepolgen - Python module for policy generation.
 %description -l pl.UTF-8
 Moduł Pythona sepolgen do generowania polityki.
 
+%package common
+Summary:   Common files for sepolgen Python modules
+Summary(pl.UTF-8): Pliki wspólne dla modułów Pythona sepolgen
+Group: Development/Languages/Python
+
+%description common
+Common files for sepolgen Python modules.
+
+%description common -l pl.UTF-8
+Pliki wspólne dla modułów Pythona sepolgen.
+
+%package -n python3-sepolgen
+Summary:   sepolgen - Python 3 module for policy generation
+Summary(pl.UTF-8): Moduł Pythona 3 sepolgen do generowania polityki
+Group: Development/Languages/Python
+Requires:  %{name}-common = %{version}-%{release}
+Requires:  python3-selinux >= 2.5
+#Suggests: python3-setools
+
+%description -n python3-sepolgen
+sepolgen - Python module for policy generation.
+
+%description -n python3-sepolgen -l pl.UTF-8
+Moduł Pythona sepolgen do generowania polityki.
+
 %prep
 %setup -q -n sepolgen-%{version}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+%if %{with python2}
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
+   PYTHON=%{__python} \
PYTHONLIBDIR=%{py_sitescriptdir}
 
 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
 %py_postclean
+%endif
+
+%if %{with python3}
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT \
+   PYTHON=%{__python3} \
+   PYTHONLIBDIR=%{py3_sitescriptdir}
+
+%py3_comp $RPM_BUILD_ROOT%{py3_sitescriptdir}
+%py3_ocomp $RPM_BUILD_ROOT%{py3_sitescriptdir}
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog
 %dir %{py_sitescriptdir}/sepolgen
 %{py_sitescriptdir}/sepolgen/*.py[co]
+
+%files common
+%defattr(644,root,root,755)
+%doc ChangeLog
 %dir /var/lib/sepolgen
 /var/lib/sepolgen/perm_map
+
+%files -n python3-sepolgen
+%defattr(644,root,root,755)
+%dir %{py3_sitescriptdir}/sepolgen
+%{py3_sitescriptdir}/sepolgen/*.py
+%{py3_sitescriptdir}/sepolgen/__pycache__


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-sepolgen.git/commitdiff/0264e0579478d13acbd6ca23920d8cb0f3d706bd

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: python-pygobject3: pygobject-3.22.0.tar.xz

2016-10-15 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.22/pygobject-3.22.0.tar.xz
ed4117ed5d554d25fd7718807fbf819f  pygobject-3.22.0.tar.xz
Size: 756820 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-sepolgen] - comment on setools

2016-10-15 Thread qboosh
commit dd40de4606015786104227fe9bf957cd8ff7de3e
Author: Jakub Bogusz 
Date:   Sat Oct 15 17:52:02 2016 +0200

- comment on setools

 python-sepolgen.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/python-sepolgen.spec b/python-sepolgen.spec
index 0a34f67..4c14310 100644
--- a/python-sepolgen.spec
+++ b/python-sepolgen.spec
@@ -53,6 +53,7 @@ Summary(pl.UTF-8):Moduł Pythona 3 sepolgen do generowania 
polityki
 Group: Development/Languages/Python
 Requires:  %{name}-common = %{version}-%{release}
 Requires:  python3-selinux >= 2.5
+# TODO: uncomment when setools supports python 3 (3.3.8 doesn't)
 #Suggests: python3-setools
 
 %description -n python3-sepolgen


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-sepolgen.git/commitdiff/dd40de4606015786104227fe9bf957cd8ff7de3e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/setools] - updated download URL

2016-10-15 Thread qboosh
commit 99ab844a6b15a514eb3564c3e5508965a86dced0
Author: Jakub Bogusz 
Date:   Sat Oct 15 17:50:43 2016 +0200

- updated download URL

 setools.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/setools.spec b/setools.spec
index 022e2f6..a984201 100644
--- a/setools.spec
+++ b/setools.spec
@@ -10,7 +10,7 @@ Version:  3.3.8
 Release:   5
 License:   GPL v2+ (tools), LGPL v2.1+ (libraries)
 Group: Applications/System
-#Source0Download: http://oss.tresys.com/projects/setools/wiki/download
+#Source0Download: https://github.com/TresysTechnology/setools3/wiki/Download
 Source0:   
https://raw.githubusercontent.com/wiki/TresysTechnology/setools3/files/dists/%{name}-%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5: d68d0d4e4da0f01da0f208782ff04b91
 Source1:   seaudit.pamd


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/setools.git/commitdiff/99ab844a6b15a514eb3564c3e5508965a86dced0

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libqb] - updated to 1.0

2016-10-15 Thread qboosh
commit 5cf5d1789ac2ed1ddcdcc916e62e74c773487c37
Author: Jakub Bogusz 
Date:   Sat Oct 15 18:22:17 2016 +0200

- updated to 1.0

 libqb.spec | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/libqb.spec b/libqb.spec
index fc4b92a..74f982c 100644
--- a/libqb.spec
+++ b/libqb.spec
@@ -1,17 +1,18 @@
 #
 # Conditional build:
-%bcond_without static_libs # don't build static libraries
-%bcond_withtests   # don't build and run tests
+%bcond_without static_libs # static library
+%bcond_withtests   # "make check" call
 #
 Summary:   libqb - high performance client server reusable features
 Summary(pl.UTF-8): libqb - wysoko wydajne funkcje architektury 
klient-serwer
 Name:  libqb
-Version:   0.17.2
+Version:   1.0
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
-Source0:   
https://fedorahosted.org/releases/q/u/quarterback/%{name}-%{version}.tar.xz
-# Source0-md5: de1e5d38fa449b4d127940c10d117260
+#Source0Download: https://github.com/ClusterLabs/libqb/releases
+Source0:   
https://github.com/ClusterLabs/libqb/releases/download/v%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: abaf84a0bd7ee637163aa6d9008a4f6e
 URL:   https://github.com/ClusterLabs/libqb
 %{?with_tests:BuildRequires:   check-devel >= 0.9.4}
 BuildRequires: doxygen


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libqb.git/commitdiff/5cf5d1789ac2ed1ddcdcc916e62e74c773487c37

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libqb: libqb-1.0.tar.xz

2016-10-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/ClusterLabs/libqb/releases/download/v1.0/libqb-1.0.tar.xz
abaf84a0bd7ee637163aa6d9008a4f6e  libqb-1.0.tar.xz
Size: 424436 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: lightdm: lightdm-1.20.0.tar.xz

2016-10-15 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://launchpad.net/lightdm/1.20/1.20.0/+download/lightdm-1.20.0.tar.xz
20911f3621b603bfddf5e8cd6772c2ae  lightdm-1.20.0.tar.xz
Size: 506488 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/lightdm] up to 1.20.0

2016-10-15 Thread atler
commit c135942770a2c959e04d51ded25f4b96beb5c59b
Author: Jan Palus 
Date:   Sat Oct 15 18:34:36 2016 +0200

up to 1.20.0

 lightdm.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lightdm.spec b/lightdm.spec
index 1e63b88..e678397 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -7,13 +7,13 @@ Summary:  A lightweight display manager
 Summary(hu.UTF-8): Egy könnyűsúlyú bejelentkezéskezelő
 Name:  lightdm
 # Odd versions are development, use only Even versions here (1.x = x odd/even)
-Version:   1.18.3
+Version:   1.20.0
 Release:   1
 # library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+
 License:   (LGPLv2 or LGPLv3) and GPLv3+
 Group: X11/Applications
-Source0:   
https://launchpad.net/lightdm/1.18/%{version}/+download/%{name}-%{version}.tar.xz
-# Source0-md5: 4bf89250613dc1e70b01014ca9532b6f
+Source0:   
https://launchpad.net/lightdm/1.20/%{version}/+download/%{name}-%{version}.tar.xz
+# Source0-md5: 20911f3621b603bfddf5e8cd6772c2ae
 Source1:   %{name}.pamd
 Source2:   %{name}-autologin.pamd
 Source3:   %{name}-greeter.pamd


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lightdm.git/commitdiff/c135942770a2c959e04d51ded25f4b96beb5c59b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: nss: nss-3.27.1.tar.gz root.der

2016-10-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_27_1_RTM/src/nss-3.27.1.tar.gz
f18e1ebfe07969c84b890e45843edcb7  nss-3.27.1.tar.gz
Size: 7397737 bytes
ALREADY GOT: http://www.cacert.org/certs/root.der
a61b375e390d9c3654eebd2031461f6b  root.der


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/squirrelmail] - release 9 (by relup.sh)

2016-10-15 Thread baggins
commit 8e67424cb3b6c73a80cf08f4ff08cba26e5ef103
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:17:08 2016 +0200

- release 9 (by relup.sh)

 squirrelmail.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/squirrelmail.spec b/squirrelmail.spec
index a421219..94df6a6 100644
--- a/squirrelmail.spec
+++ b/squirrelmail.spec
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):  Wiewiórcza Poczta, Poczta przez WWW
 Summary(pt_BR.UTF-8):  O SquirrelMail é um webmail
 Name:  squirrelmail
 Version:   1.4.21
-Release:   8
+Release:   9
 License:   GPL v2+
 Group: Applications/Mail
 Source0:   
http://dl.sourceforge.net/squirrelmail/%{name}-%{version}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/squirrelmail.git/commitdiff/8e67424cb3b6c73a80cf08f4ff08cba26e5ef103

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/openbox] - release 2 (by relup.sh)

2016-10-15 Thread baggins
commit f0f6f98403fccb9792adb72dab9b789d8654884f
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:17:01 2016 +0200

- release 2 (by relup.sh)

 openbox.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openbox.spec b/openbox.spec
index 0d148fb..be26759 100644
--- a/openbox.spec
+++ b/openbox.spec
@@ -6,7 +6,7 @@ Summary:Small and fast window manger for the X Window
 Summary(pl.UTF-8): Mały i szybki zarządca okien dla X Window
 Name:  openbox
 Version:   3.6.1
-Release:   1
+Release:   2
 Epoch: 1
 License:   GPL v2+
 Group: X11/Window Managers


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openbox.git/commitdiff/f0f6f98403fccb9792adb72dab9b789d8654884f

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/xmms-input-wavpack] - release 2 (by relup.sh)

2016-10-15 Thread baggins
commit 713bf964470ecd28bfb727a5a646333153fe1b20
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:17:14 2016 +0200

- release 2 (by relup.sh)

 xmms-input-wavpack.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xmms-input-wavpack.spec b/xmms-input-wavpack.spec
index abda20f..6c57ad7 100644
--- a/xmms-input-wavpack.spec
+++ b/xmms-input-wavpack.spec
@@ -2,7 +2,7 @@ Summary:XMMS plugin for playing wavpack files
 Summary(pl.UTF-8): Wtyczka wejściowa dla XMMS-a odtwarzająca pliki wavpack
 Name:  xmms-input-wavpack
 Version:   1.0.3
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications/Sound
 #Source0Download: http://www.wavpack.com/downloads.html


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xmms-input-wavpack.git/commitdiff/713bf964470ecd28bfb727a5a646333153fe1b20

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/obconf] - release 2 (by relup.sh)

2016-10-15 Thread baggins
commit 8ff5cf7de64663035f57ae5ac686dc1822fd6da7
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:16:55 2016 +0200

- release 2 (by relup.sh)

 obconf.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/obconf.spec b/obconf.spec
index e42019e..a95d455 100644
--- a/obconf.spec
+++ b/obconf.spec
@@ -2,7 +2,7 @@ Summary:Tool for configuring the Openbox window manager
 Summary(pl.UTF-8): Narzędzie do konfiguracji zarządcy okien Openbox
 Name:  obconf
 Version:   2.0.4
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   http://icculus.org/openbox/obconf/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/obconf.git/commitdiff/8ff5cf7de64663035f57ae5ac686dc1822fd6da7

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libibverbs-driver-cxgb4] - updated to 1.4.0

2016-10-15 Thread qboosh
commit 53b2bc854229ed639d0456eb8e6305d252d55754
Author: Jakub Bogusz 
Date:   Sat Oct 15 18:31:22 2016 +0200

- updated to 1.4.0

 libibverbs-driver-cxgb4.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libibverbs-driver-cxgb4.spec b/libibverbs-driver-cxgb4.spec
index 02fd587..0695ff6 100644
--- a/libibverbs-driver-cxgb4.spec
+++ b/libibverbs-driver-cxgb4.spec
@@ -1,12 +1,12 @@
 Summary:   Userspace driver for the Chelsio T4 iWARP RNIC
 Summary(pl.UTF-8): Sterownik przestrzeni użytkownika dla kart Chelsio T4 
iWARP RNIC
 Name:  libibverbs-driver-cxgb4
-Version:   1.3.6
+Version:   1.4.0
 Release:   1
 License:   BSD or GPL v2
 Group: Libraries
 Source0:   
https://www.openfabrics.org/downloads/cxgb4/libcxgb4-%{version}.tar.gz
-# Source0-md5: 129b8cd955c6de29258697f98dfbb351
+# Source0-md5: 7a668609789d1702212e191e5f41b147
 URL:   http://openib.org/
 BuildRequires: libibverbs-devel
 # only checked for, not used


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libibverbs-driver-cxgb4.git/commitdiff/53b2bc854229ed639d0456eb8e6305d252d55754

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/nspr] - updated URLs

2016-10-15 Thread qboosh
commit 0296a0159fa00350eee6e2d770be122797df671f
Author: Jakub Bogusz 
Date:   Sat Oct 15 19:21:37 2016 +0200

- updated URLs

 nspr.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nspr.spec b/nspr.spec
index 2b6a2dc..3c7ceac 100644
--- a/nspr.spec
+++ b/nspr.spec
@@ -6,10 +6,10 @@ Release:  1
 Epoch: 1
 License:   MPL v2.0
 Group: Libraries
-Source0:   
http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v%{version}/src/%{name}-%{version}.tar.gz
+Source0:   
http://ftp.mozilla.org/pub/nspr/releases/v%{version}/src/%{name}-%{version}.tar.gz
 # Source0-md5: 74ef1def8a9ff311e32e7648e2c5c8ce
 Patch0:%{name}-pc.patch
-URL:   http://www.mozilla.org/projects/nspr/
+URL:   https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
 BuildRequires: sed >= 4.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nspr.git/commitdiff/0296a0159fa00350eee6e2d770be122797df671f

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/lgeneral] - add dirs needed by plugins - rel 2

2016-10-15 Thread baggins
commit 1a3b971e3ad6beff235206699e497dceb01f094b
Author: Jan Rękorajski 
Date:   Sat Oct 15 19:39:01 2016 +0200

- add dirs needed by plugins
- rel 2

 lgeneral.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/lgeneral.spec b/lgeneral.spec
index 9beeedb..3f223bb 100644
--- a/lgeneral.spec
+++ b/lgeneral.spec
@@ -5,7 +5,7 @@ Summary:Panzer General clone
 Summary(pl.UTF-8): Klon gry Panzer General
 Name:  lgeneral
 Version:   1.3.1
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications/Games/Strategy
 Source0:   
http://downloads.sourceforge.net/lgeneral/%{name}-%{version}.tar.gz
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+# Needed by addons
+install -d $RPM_BUILD_ROOT%{_datadir}/lgeneral/gfx/{flags,terrain,units}
+
 # lgeneral,pg domains
 %find_lang %{name} --all-name
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lgeneral.git/commitdiff/1a3b971e3ad6beff235206699e497dceb01f094b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/almanah] - release 2 (by relup.sh)

2016-10-15 Thread baggins
commit 359b7043bfec7339762b58d660b47b8a69b905e7
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:16:16 2016 +0200

- release 2 (by relup.sh)

 almanah.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/almanah.spec b/almanah.spec
index f85a701..553134b 100644
--- a/almanah.spec
+++ b/almanah.spec
@@ -2,7 +2,7 @@ Summary:Almanah Diary - keep a personal diary
 Summary(pl.UTF-8): Almanah Diary - osobisty pamiętnik
 Name:  almanah
 Version:   0.11.1
-Release:   1
+Release:   2
 License:   GPL v3+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/almanah/0.11/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/almanah.git/commitdiff/359b7043bfec7339762b58d660b47b8a69b905e7

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/glabels] - release 5 (by relup.sh)

2016-10-15 Thread baggins
commit e075ffeed4efbd617be3c5734ea8c1d3264cfbb2
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:16:27 2016 +0200

- release 5 (by relup.sh)

 glabels.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glabels.spec b/glabels.spec
index 1afbabd..c025e98 100644
--- a/glabels.spec
+++ b/glabels.spec
@@ -2,7 +2,7 @@ Summary:gLabels - a GNOME program to create labels and 
business cards
 Summary(pl.UTF-8): gLabels - program dla GNOME do tworzenia etykiet i 
wizytówek
 Name:  glabels
 Version:   3.2.1
-Release:   4
+Release:   5
 License:   GPL v3
 Group: X11/Applications/Graphics
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/glabels/3.2/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glabels.git/commitdiff/e075ffeed4efbd617be3c5734ea8c1d3264cfbb2

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ekiga] - release 16 (by relup.sh)

2016-10-15 Thread baggins
commit 56cc9bc7a14683bd97d22924e273b0e2d5259b13
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:16:21 2016 +0200

- release 16 (by relup.sh)

 ekiga.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ekiga.spec b/ekiga.spec
index eb82f9e..f9c0e20 100644
--- a/ekiga.spec
+++ b/ekiga.spec
@@ -7,7 +7,7 @@ Summary:SIP and H.323 Videoconferencing
 Summary(pl.UTF-8): Program do telekonferencji w standardzie SIP oraz H.323
 Name:  ekiga
 Version:   4.0.1
-Release:   15
+Release:   16
 License:   GPL
 Group: Applications/Communications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/ekiga/4.0/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ekiga.git/commitdiff/56cc9bc7a14683bd97d22924e273b0e2d5259b13

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gnome-todo] - up to 3.20.2

2016-10-15 Thread baggins
commit 8a9c09bb4c9c5bcfb0c681bdb11aa2b9f4ee980d
Author: Jan Rękorajski 
Date:   Sat Oct 15 21:37:50 2016 +0200

- up to 3.20.2

 gnome-todo.spec | 14 +-
 link.patch  | 13 +
 2 files changed, 22 insertions(+), 5 deletions(-)
---
diff --git a/gnome-todo.spec b/gnome-todo.spec
index 8295e73..0eb6f6e 100644
--- a/gnome-todo.spec
+++ b/gnome-todo.spec
@@ -1,12 +1,13 @@
 Summary:   GNOME To Do - application to manage your personal tasks
 Summary(pl.UTF-8): GNOME To Do - aplikacja do zarządzania osobistymi 
zadaniami
 Name:  gnome-todo
-Version:   3.18.1
+Version:   3.20.2
 Release:   1
 License:   GPL v3+
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-todo/3.18/%{name}-%{version}.tar.xz
-# Source0-md5: b37b38c7f1ec50bebb3ce84119b3b2f6
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-todo/3.20/%{name}-%{version}.tar.xz
+# Source0-md5: efde44531f1e865fa84584df294d1352
+Patch0:link.patch
 URL:   https://wiki.gnome.org/Apps/Todo
 BuildRequires: appstream-glib-devel
 BuildRequires: autoconf >= 2.69
@@ -44,6 +45,7 @@ Wykorzystuje mechanizmy GNOME, więc całkowicie integruje się 
ze
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__intltoolize}
@@ -80,9 +82,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/gnome-todo
+%{_libdir}/girepository-1.0/Gtd-1.0.typelib
 %{_datadir}/appdata/org.gnome.Todo.appdata.xml
 %{_datadir}/dbus-1/services/org.gnome.Todo.service
 %{_datadir}/glib-2.0/schemas/org.gnome.todo.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.todo.enums.xml
 %{_desktopdir}/org.gnome.Todo.desktop
-%{_iconsdir}/hicolor/*x*/apps/gnome-todo.png
-%{_iconsdir}/hicolor/symbolic/apps/gnome-todo-symbolic.svg
+%{_iconsdir}/hicolor/*x*/apps/org.gnome.Todo.png
+%{_iconsdir}/hicolor/symbolic/apps/org.gnome.Todo-symbolic.svg
diff --git a/link.patch b/link.patch
new file mode 100644
index 000..b2906f3
--- /dev/null
+++ b/link.patch
@@ -0,0 +1,13 @@
+--- gnome-todo-3.20.2/src/Makefile.am~ 2016-04-26 02:30:59.0 +0200
 gnome-todo-3.20.2/src/Makefile.am  2016-10-15 21:31:24.614300485 +0200
+@@ -98,8 +98,8 @@
+   $(GNOME_TODO_WARN_LDFLAGS)
+ 
+ gnome_todo_LDADD = \
+-  $(GNOME_TODO_LIBS) \
+-  $(top_builddir)/plugins/eds/libeds.a
++  $(top_builddir)/plugins/eds/libeds.a \
++  $(GNOME_TODO_LIBS)
+ 
+ gnome_todo_DEPENDENCIES = \
+   $(top_builddir)/plugins/eds/libeds.a


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-todo.git/commitdiff/8a9c09bb4c9c5bcfb0c681bdb11aa2b9f4ee980d

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gnome-todo: gnome-todo-3.20.2.tar.xz

2016-10-15 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-todo/3.20/gnome-todo-3.20.2.tar.xz
efde44531f1e865fa84584df294d1352  gnome-todo-3.20.2.tar.xz
Size: 649904 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: python-ply: ply-3.9.tar.gz

2016-10-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://www.dabeaz.com/ply/ply-3.9.tar.gz
c5c5767376eff902617fd9874f0c76b7  ply-3.9.tar.gz
Size: 150750 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-lesscpy] - typo, release 2

2016-10-15 Thread qboosh
commit cb1eee432d7277bbf476d8cd540c9bc1754180ac
Author: Jakub Bogusz 
Date:   Sat Oct 15 19:25:45 2016 +0200

- typo, release 2

 python-lesscpy.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-lesscpy.spec b/python-lesscpy.spec
index c1c0d2c..f7fc9cb 100644
--- a/python-lesscpy.spec
+++ b/python-lesscpy.spec
@@ -8,7 +8,7 @@ Summary:Python LESS Compiler
 Summary(pl.UTF-8): Kompilator języka LESS w Pythonie
 Name:  python-lesscpy
 Version:   0.12.0
-Release:   1
+Release:   2
 License:   MIT
 Group: Libraries/Python
 #Source0Download: https://pypi.python.org/simple/lesscpy
@@ -115,7 +115,7 @@ rm -rf $RPM_BUILD_ROOT
 %py_postclean
 
 %{__mv} $RPM_BUILD_ROOT%{_bindir}/lesscpy{,-2}
-ln -sf lesscpy-3 $RPM_BUILD_ROOT%{_bindir}/lesscpy
+ln -sf lesscpy-2 $RPM_BUILD_ROOT%{_bindir}/lesscpy
 %endif
 
 %clean


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-lesscpy.git/commitdiff/cb1eee432d7277bbf476d8cd540c9bc1754180ac

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/california] - fix vala build errors - rel 6

2016-10-15 Thread baggins
commit 00e8aeb1f15df472684e86625342ade9f5c72425
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:01:53 2016 +0200

- fix vala build errors
- rel 6

 california.spec |  4 +++-
 vala.patch  | 24 
 2 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/california.spec b/california.spec
index b08c38e..3fad957 100644
--- a/california.spec
+++ b/california.spec
@@ -2,12 +2,13 @@ Summary:  California - GNOME 3 Calendar
 Summary(pl.UTF-8): California - kalendarz dla GNOME 3
 Name:  california
 Version:   0.4.0
-Release:   5
+Release:   6
 License:   LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/california/0.4/%{name}-%{version}.tar.xz
 # Source0-md5: cd8fa9cc399ee918e55b051e3b9f3124
 Patch0:evolution-data-server-3.14.patch
+Patch1:vala.patch
 URL:   https://wiki.gnome.org/Apps/California
 BuildRequires: evolution-data-server-devel >= 3.8.5
 BuildRequires: gettext-tools
@@ -50,6 +51,7 @@ interfejs.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure 
diff --git a/vala.patch b/vala.patch
new file mode 100644
index 000..11bb969
--- /dev/null
+++ b/vala.patch
@@ -0,0 +1,24 @@
+diff -ur california-0.4.0/src/application/california-application.vala 
california-0.4.0.vala/src/application/california-application.vala
+--- california-0.4.0/src/application/california-application.vala   
2015-03-24 00:36:24.0 +0100
 california-0.4.0.vala/src/application/california-application.vala  
2016-10-15 19:56:29.327866569 +0200
+@@ -55,7 +55,7 @@
+ }
+ }
+ 
+-private static const ActionEntry[] action_entries = {
++private const ActionEntry[] action_entries = {
+ // public actions
+ { ACTION_CALENDAR_MANAGER, on_calendar_manager },
+ { ACTION_HELP, on_help },
+diff -ur california-0.4.0/src/host/host-main-window.vala 
california-0.4.0.vala/src/host/host-main-window.vala
+--- california-0.4.0/src/host/host-main-window.vala2015-03-24 
00:36:24.0 +0100
 california-0.4.0.vala/src/host/host-main-window.vala   2016-10-15 
19:56:51.822151619 +0200
+@@ -71,7 +71,7 @@
+ private const string ACTION_RESET_FONT = "reset-font";
+ private const string ACCEL_RESET_FONT = "KP_Multiply";
+ 
+-private static const ActionEntry[] action_entries = {
++private const ActionEntry[] action_entries = {
+ { ACTION_QUICK_CREATE_EVENT, on_quick_create_event },
+ { ACTION_JUMP_TO_TODAY, on_jump_to_today },
+ { ACTION_NEXT, on_next },


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/california.git/commitdiff/00e8aeb1f15df472684e86625342ade9f5c72425

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/pam] - require libselinux >= 2.1.9 for selinux_check_access

2016-10-15 Thread qboosh
commit 818d86845acd47c6d3cebafbe91a2d8cb66701a1
Author: Jakub Bogusz 
Date:   Sat Oct 15 15:30:46 2016 +0200

- require libselinux >= 2.1.9 for selinux_check_access

 pam.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/pam.spec b/pam.spec
index 14139b8..23c808b 100644
--- a/pam.spec
+++ b/pam.spec
@@ -58,7 +58,7 @@ BuildRequires:gdbm-devel >= 1.8.3-7
 BuildRequires: gettext-tools >= 0.18.3
 BuildRequires: glibc-devel >= 6:2.10.1
 %{?with_prelude:BuildRequires: libprelude-devel >= 0.9.0}
-%{?with_selinux:BuildRequires: libselinux-devel >= 1.33.2}
+%{?with_selinux:BuildRequires: libselinux-devel >= 2.1.9}
 #BuildRequires:libtirpc-devel
 BuildRequires: libtool >= 2:1.5
 BuildRequires: libxcrypt-devel
@@ -83,6 +83,7 @@ Requires: cracklib >= 2.8.3
 Requires:  cracklib-dicts >= 2.8.3
 Requires:  crypt(blowfish)
 Requires:  glibc >= 6:2.5-0.5
+%{?with_selinux:Requires:  libselinux >= 2.1.9}
 Suggests:  make
 Suggests:  pam-pam_userdb = %{epoch}:%{version}-%{release}
 Obsoletes: pam-doc
@@ -226,7 +227,7 @@ Цей пакет містить статичні бібліотеки прог
 Summary:   PAM module - SELinux support
 Summary(pl.UTF-8): Moduł PAM pozwalający na zmianę kontekstów SELinuksa
 Group: Base
-Requires:  libselinux >= 1.33.2
+Requires:  libselinux >= 2.1.9
 
 %description pam_selinux
 PAM module - SELinux support.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pam.git/commitdiff/818d86845acd47c6d3cebafbe91a2d8cb66701a1

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libsemanage] - added python3 binding

2016-10-15 Thread qboosh
commit 69350c5423a9b8abad0d8f18b000902e097cc924
Author: Jakub Bogusz 
Date:   Sat Oct 15 17:07:40 2016 +0200

- added python3 binding

 libsemanage.spec | 82 +---
 1 file changed, 72 insertions(+), 10 deletions(-)
---
diff --git a/libsemanage.spec b/libsemanage.spec
index e9aa5c8..7b87d23 100644
--- a/libsemanage.spec
+++ b/libsemanage.spec
@@ -1,3 +1,13 @@
+#
+# Conditional build:
+%bcond_without python  # Python (any) bindings
+%bcond_without python2 # Python 2 binding
+%bcond_without python3 # Python 3 binding
+#
+%if %{without python}
+%undefine  with_python2
+%undefine  with_python3
+%endif
 Summary:   An interface for SELinux management
 Summary(pl.UTF-8): Interfejs do zarządzania SELinuksem
 Name:  libsemanage
@@ -15,9 +25,10 @@ BuildRequires:   bzip2-devel
 BuildRequires: flex
 BuildRequires: libselinux-devel >= 2.5
 BuildRequires: libsepol-devel >= 2.5
-BuildRequires: python-devel
+%{?with_python2:BuildRequires: python-devel >= 2}
+%{?with_python3:BuildRequires: python3-devel >= 1:3.2}
 BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: rpmbuild(macros) >= 1.714
 BuildRequires: ustr-devel
 Requires:  libselinux >= 2.5
 Requires:  libsepol >= 2.5
@@ -54,36 +65,63 @@ Static version of libsemanage library.
 Statyczna wersja biblioteki libsemanage.
 
 %package -n python-semanage
-Summary:   Python binding for semanage library
-Summary(pl.UTF-8): Wiązania Pythona do biblioteki semanage
+Summary:   Python 2 binding for semanage library
+Summary(pl.UTF-8): Wiązania Pythona 2 do biblioteki semanage
 Group: Libraries/Python
 Requires:  %{name} = %{version}-%{release}
 Requires:  python-selinux >= 2.5
-%pyrequires_eq python-libs
 
 %description -n python-semanage
-Python binding for semanage library.
+Python 2 binding for semanage library.
 
 %description -n python-semanage -l pl.UTF-8
-Wiązania Pythona do biblioteki semanage.
+Wiązania Pythona 2 do biblioteki semanage.
+
+%package -n python3-semanage
+Summary:   Python 3 binding for semanage library
+Summary(pl.UTF-8): Wiązania Pythona 3 do biblioteki semanage
+Group: Libraries/Python
+Requires:  %{name} = %{version}-%{release}
+Requires:  python3-selinux >= 2.5
+
+%description -n python3-semanage
+Python 3 binding for semanage library.
+
+%description -n python3-semanage -l pl.UTF-8
+Wiązania Pythona 3 do biblioteki semanage.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-%{__make} -j1 all pywrap \
+%{__make} -j1 all %{?with_python2:pywrap} \
+   CC="%{__cc}" \
+   CFLAGS="%{rpmcflags} %{rpmcppflags} -Wall -fno-strict-aliasing" \
+   LIBDIR=%{_libdir} \
+   LIBEXECDIR=%{_libdir} \
+   PYPREFIX=python2 \
+   PYTHON=%{__python}
+
+%if %{with python3}
+%{__make} -j1 -C src pywrap \
CC="%{__cc}" \
CFLAGS="%{rpmcflags} %{rpmcppflags} -Wall -fno-strict-aliasing" \
-   LIBEXECDIR=%{_libdir}
+   LIBDIR=%{_libdir} \
+   LIBEXECDIR=%{_libdir} \
+   PYPREFIX=python3 \
+   PYTHON=%{__python3}
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install install-pywrap \
+%{__make} install %{?with_python2:install-pywrap} \
LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
LIBEXECDIR=$RPM_BUILD_ROOT%{_libdir} \
SHLIBDIR=$RPM_BUILD_ROOT/%{_lib} \
+   PYPREFIX=python2 \
+   PYTHON=%{__python} \
DESTDIR=$RPM_BUILD_ROOT
 
 # changed in 2.4
@@ -93,9 +131,23 @@ install -d $RPM_BUILD_ROOT/%{_lib}
 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libsemanage.so.*) \
$RPM_BUILD_ROOT%{_libdir}/libsemanage.so
 
+%if %{with python2}
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
 %py_postclean
+%endif
+
+%if %{with python3}
+%{__make} -C src install-pywrap \
+   LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
+   LIBEXECDIR=$RPM_BUILD_ROOT%{_libdir} \
+   PYPREFIX=python3 \
+   PYTHON=%{__python3} \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%py3_comp $RPM_BUILD_ROOT%{py3_sitedir}
+%py3_ocomp $RPM_BUILD_ROOT%{py3_sitedir}
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -123,8 +175,18 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/libsemanage.a
 
+%if %{with python2}
 %files -n python-semanage
 %defattr(644,root,root,755)
 %attr(755,root,root) %{py_sitedir}/_semanage.so
 %{py_sitedir}/semanage.py[co]
 %attr(755,root,root) %{_libdir}/selinux/semanage_migrate_store
+%endif
+
+%if %{with python3}
+%files -n python3-semanage
+%defattr(644,root,root,755)
+%attr(755,root,root) %{py3_sitedir}/_semanage.so
+%{py3_sitedir}/semanage.py
+%{py3_sitedir}/__pycache__/semanage.cpython-*.py[co]
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libsemanage.git/commitdiff/69350c5423a9b8abad0d8f18b000902e097cc924

___
pld-cvs-commit 

[packages/python-ply] - updated to 3.9

2016-10-15 Thread qboosh
commit 463320897f0a129a03d6f615c1bb290c92ee
Author: Jakub Bogusz 
Date:   Sat Oct 15 19:01:02 2016 +0200

- updated to 3.9

 python-ply.spec | 29 ++---
 1 file changed, 14 insertions(+), 15 deletions(-)
---
diff --git a/python-ply.spec b/python-ply.spec
index 9bd9e34..33f1f5f 100644
--- a/python-ply.spec
+++ b/python-ply.spec
@@ -1,28 +1,29 @@
+#
 # Conditional build:
 %bcond_without  tests   # do not perform "make test"
 %bcond_without  python2 # CPython 2.x module
 %bcond_without  python3 # CPython 3.x module
 #
 %definemodule  ply
-Summary:   Python Lex-Yacc
-Summary(pl.UTF-8): lex i yacc dla Pythona
+Summary:   Python 2 Lex-Yacc
+Summary(pl.UTF-8): lex i yacc dla Pythona 2
 Name:  python-%{module}
-Version:   3.8
+Version:   3.9
 Release:   1
 License:   BSD
 Group: Libraries/Python
 Source0:   http://www.dabeaz.com/ply/ply-%{version}.tar.gz
-# Source0-md5: 94726411496c52c87c2b9429b12d5c50
+# Source0-md5: c5c5767376eff902617fd9874f0c76b7
 URL:   http://www.dabeaz.com/ply/
-BuildRequires: rpmbuild(macros) >= 1.710
+BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with python3}
 BuildRequires: python >= 2.2.1
-Requires:  python
 %endif
 %if %{with python3}
-BuildRequires: python3
+BuildRequires: python3 >= 1:3.2
 %endif
-Obsoletes: %{module}
+Requires:  python-modules
+Obsoletes: ply
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,10 +52,10 @@ powodów, dla których można zainteresować się PLY:
   błędów.
 
 %package -n python3-%{module}
-Summary:   Python Lex-Yacc
-Summary(pl.UTF-8): lex i yacc dla Pythona
+Summary:   Python 3 Lex-Yacc
+Summary(pl.UTF-8): lex i yacc dla Pythona 3
 Group: Libraries/Python
-Requires:  python3-modules
+Requires:  python3-modules >= 1:3.2
 
 %description -n python3-%{module}
 PLY is yet another implementation of lex and yacc for Python. Although
@@ -138,12 +139,10 @@ rm -rf $RPM_BUILD_ROOT
 %files -n python3-%{module}
 %defattr(644,root,root,755)
 %doc ANNOUNCE CHANGES README.md TODO doc/*.html
-%{py3_sitescriptdir}/%{module}
-%{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
+%{py3_sitescriptdir}/ply
+%{py3_sitescriptdir}/ply-%{version}-py*.egg-info
 %endif
 
 %files examples
 %defattr(644,root,root,755)
 %{_examplesdir}/%{name}-%{version}
-
-


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-ply.git/commitdiff/463320897f0a129a03d6f615c1bb290c92ee

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/nss] - updated to 2.27.1

2016-10-15 Thread qboosh
commit cb153aeaae9f377155bc15435e5f4a4f9f2a6d66
Author: Jakub Bogusz 
Date:   Sat Oct 15 20:12:01 2016 +0200

- updated to 2.27.1

 nss.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/nss.spec b/nss.spec
index 420c9fa..cd6f6e6 100644
--- a/nss.spec
+++ b/nss.spec
@@ -3,13 +3,13 @@
 Summary:   NSS - Network Security Services
 Summary(pl.UTF-8): NSS - Network Security Services
 Name:  nss
-Version:   3.27
+Version:   3.27.1
 Release:   1
 Epoch: 1
 License:   MPL v2.0
 Group: Libraries
-Source0:   
http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_%{foover}_RTM/src/%{name}-%{version}.tar.gz
-# Source0-md5: d11b3038db57b2acaf9a638cd41ce8d8
+Source0:   
http://ftp.mozilla.org/pub/security/nss/releases/NSS_%{foover}_RTM/src/%{name}-%{version}.tar.gz
+# Source0-md5: f18e1ebfe07969c84b890e45843edcb7
 Source1:   %{name}-mozilla-nss.pc
 Source2:   %{name}-config.in
 Source3:   http://www.cacert.org/certs/root.der
@@ -17,7 +17,7 @@ Source3:  http://www.cacert.org/certs/root.der
 Source4:   nss-softokn.pc.in
 # Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1083900
 Patch0:x32.patch
-URL:   http://www.mozilla.org/projects/security/pki/nss/
+URL:   https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
 BuildRequires: nspr-devel >= %{nspr_ver}
 BuildRequires: nss-tools
 BuildRequires: perl-base


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nss.git/commitdiff/cb153aeaae9f377155bc15435e5f4a4f9f2a6d66

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-lesscpy] - parser.py source file is required by ply; release 3

2016-10-15 Thread qboosh
commit 72b02b7211e657892333b6e5adb371e79453611a
Author: Jakub Bogusz 
Date:   Sat Oct 15 21:14:27 2016 +0200

- parser.py source file is required by ply; release 3

 python-lesscpy.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-lesscpy.spec b/python-lesscpy.spec
index f7fc9cb..95899fa 100644
--- a/python-lesscpy.spec
+++ b/python-lesscpy.spec
@@ -8,7 +8,7 @@ Summary:Python LESS Compiler
 Summary(pl.UTF-8): Kompilator języka LESS w Pythonie
 Name:  python-lesscpy
 Version:   0.12.0
-Release:   2
+Release:   3
 License:   MIT
 Group: Libraries/Python
 #Source0Download: https://pypi.python.org/simple/lesscpy
@@ -112,7 +112,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %if %{with python2}
 %py_install
-%py_postclean
+# source required for ply to work
+%py_postclean -x 'parser\.py'
 
 %{__mv} $RPM_BUILD_ROOT%{_bindir}/lesscpy{,-2}
 ln -sf lesscpy-2 $RPM_BUILD_ROOT%{_bindir}/lesscpy


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-lesscpy.git/commitdiff/72b02b7211e657892333b6e5adb371e79453611a

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/lxappearance-obconf] - release 3 (by relup.sh)

2016-10-15 Thread baggins
commit 2d74e05c556aa2d63422dfcead168732b8351aa6
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:16:50 2016 +0200

- release 3 (by relup.sh)

 lxappearance-obconf.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lxappearance-obconf.spec b/lxappearance-obconf.spec
index 203e5f3..5925bac 100644
--- a/lxappearance-obconf.spec
+++ b/lxappearance-obconf.spec
@@ -10,7 +10,7 @@
 Summary:   LXAppearance ObConf plugin
 Name:  lxappearance-obconf
 Version:   0.2.1
-Release:   2
+Release:   3
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxappearance-obconf.git/commitdiff/2d74e05c556aa2d63422dfcead168732b8351aa6

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gstreamer-plugins-bad] - release 4 (by relup.sh)

2016-10-15 Thread baggins
commit 37a18c89ef753123ce7dfa86488640117efdae40
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:16:44 2016 +0200

- release 4 (by relup.sh)

 gstreamer-plugins-bad.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gstreamer-plugins-bad.spec b/gstreamer-plugins-bad.spec
index b15efc8..9bc0cf0 100644
--- a/gstreamer-plugins-bad.spec
+++ b/gstreamer-plugins-bad.spec
@@ -67,7 +67,7 @@ Summary:  Bad GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8): Złe wtyczki do środowiska obróbki strumieni GStreamer
 Name:  gstreamer-plugins-bad
 Version:   1.8.1
-Release:   3
+Release:   4
 License:   LGPL v2+
 Group: Libraries
 Source0:   
https://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-plugins-bad.git/commitdiff/37a18c89ef753123ce7dfa86488640117efdae40

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gnome-panel] - release 2 (by relup.sh)

2016-10-15 Thread baggins
commit 917dbcce415136296a05025beb72d39f9b55e01e
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:16:38 2016 +0200

- release 2 (by relup.sh)

 gnome-panel.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-panel.spec b/gnome-panel.spec
index 07aadec..a3a99d3 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -6,7 +6,7 @@ Summary:The core programs for the GNOME GUI desktop 
environment
 Summary(pl.UTF-8): Podstawowe programy środowiska graficznego GNOME
 Name:  gnome-panel
 Version:   3.18.2
-Release:   1
+Release:   2
 License:   LGPL v2+ (library), GPL v2+ (the rest)
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/3.18/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-panel.git/commitdiff/917dbcce415136296a05025beb72d39f9b55e01e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gnome-code-assistance] - release 2 (by relup.sh)

2016-10-15 Thread baggins
commit 28606d080e10445d184136a8a7e4c9a094261502
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:16:32 2016 +0200

- release 2 (by relup.sh)

 gnome-code-assistance.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-code-assistance.spec b/gnome-code-assistance.spec
index 50ffeaa..ba05ae8 100644
--- a/gnome-code-assistance.spec
+++ b/gnome-code-assistance.spec
@@ -13,7 +13,7 @@ Summary:  Common code assistance services for code editors
 Summary(pl.UTF-8): Wspólne usługi wspierające pracę z kodem dla edytorów 
kodu
 Name:  gnome-code-assistance
 Version:   3.16.1
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications/Editors
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-code-assistance/3.16/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-code-assistance.git/commitdiff/28606d080e10445d184136a8a7e4c9a094261502

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libselinux] - pass LIBDIR for install-pywrap, PYTHON for pywrap

2016-10-15 Thread qboosh
commit f18e27809893939e25c62fe3e8bfc58e27b26d3a
Author: Jakub Bogusz 
Date:   Sat Oct 15 17:03:00 2016 +0200

- pass LIBDIR for install-pywrap, PYTHON for pywrap

 libselinux.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/libselinux.spec b/libselinux.spec
index 9fc51dc..1e140f4 100644
--- a/libselinux.spec
+++ b/libselinux.spec
@@ -172,6 +172,7 @@ Wiązania języka Ruby do biblioteki SELinux.
LDFLAGS="%{rpmldflags} -lpcre -lpthread" \
LIBDIR=%{_libdir} \
PYPREFIX=python2 \
+   PYTHON=%{__python} \
%{?with_ruby:RUBYINC="$(pkg-config --cflags ruby-%{ruby_abi})"}
 
 %if %{with python3}
@@ -180,7 +181,8 @@ Wiązania języka Ruby do biblioteki SELinux.
CFLAGS="%{rpmcppflags} %{rpmcflags} -D_FILE_OFFSET_BITS=64" \
LDFLAGS="%{rpmldflags} -lpthread" \
LIBDIR=%{_libdir} \
-   PYPREFIX=python3
+   PYPREFIX=python3 \
+   PYTHON=%{__python3}
 %endif
 
 %install
@@ -207,6 +209,7 @@ ln -sf /%{_lib}/$(basename 
$RPM_BUILD_ROOT/%{_lib}/libselinux.so.*) \
 %if %{with python3}
 %{__make} -C src install-pywrap \
DESTDIR=$RPM_BUILD_ROOT \
+   LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
PYPREFIX=python3 \
PYTHON=%{__python3}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libselinux.git/commitdiff/f18e27809893939e25c62fe3e8bfc58e27b26d3a

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: augeas: augeas-1.6.0.tar.gz

2016-10-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://download.augeas.net/augeas-1.6.0.tar.gz
8906de3c36e9158cf6cc25e8e3e986b2  augeas-1.6.0.tar.gz
Size: 2076723 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/augeas] - updated to 1.6.0

2016-10-15 Thread qboosh
commit 9204a23eb11afa2f1a57f372845b32a0bb8c3d23
Author: Jakub Bogusz 
Date:   Sat Oct 15 19:07:22 2016 +0200

- updated to 1.6.0

 augeas.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/augeas.spec b/augeas.spec
index be920e4..f671bb5 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,12 +1,12 @@
 Summary:   Augeas - configuration editing tool
 Summary(pl.UTF-8): Augeas - narzędzie do modyfikowania konfiguracji
 Name:  augeas
-Version:   1.5.0
+Version:   1.6.0
 Release:   1
 License:   LGPL v2.1+
 Group: Applications/System
 Source0:   http://download.augeas.net/%{name}-%{version}.tar.gz
-# Source0-md5: 01190e455c513124a2dae29a1182c113
+# Source0-md5: 8906de3c36e9158cf6cc25e8e3e986b2
 Patch0:%{name}-pld_interfaces.patch
 URL:   http://augeas.net/
 BuildRequires: libselinux-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/augeas.git/commitdiff/9204a23eb11afa2f1a57f372845b32a0bb8c3d23

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-pygobject3] - up to 3.22.0

2016-10-15 Thread baggins
commit c941931c5f8caf0c19719e0246656ada01de2203
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:45:37 2016 +0200

- up to 3.22.0

 python-pygobject3.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-pygobject3.spec b/python-pygobject3.spec
index e7040ea..63c9586 100644
--- a/python-pygobject3.spec
+++ b/python-pygobject3.spec
@@ -7,12 +7,12 @@
 Summary:   Python bindings for GObject library
 Summary(pl.UTF-8): Wiązania Pythona do biblioteki GObject
 Name:  python-pygobject3
-Version:   3.20.1
+Version:   3.22.0
 Release:   1
 License:   LGPL v2+
 Group: Libraries/Python
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.20/%{module}-%{version}.tar.xz
-# Source0-md5: 4354c6283b135f859563b72457f6a321
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.22/%{module}-%{version}.tar.xz
+# Source0-md5: ed4117ed5d554d25fd7718807fbf819f
 Patch0:link.patch
 URL:   https://wiki.gnome.org/Projects/PyGObject
 BuildRequires: autoconf >= 2.68


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pygobject3.git/commitdiff/c941931c5f8caf0c19719e0246656ada01de2203

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gnome-builder: gnome-builder-3.22.1.tar.xz

2016-10-15 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-builder/3.22/gnome-builder-3.22.1.tar.xz
9818b6ef4aba60d9a18d231059cd669b  gnome-builder-3.22.1.tar.xz
Size: 2368352 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gnome-builder] - up to 3.22.1

2016-10-15 Thread baggins
commit e5121d5c2ad5190d0543c65bd1270236e972ee09
Author: Jan Rękorajski 
Date:   Sat Oct 15 21:24:59 2016 +0200

- up to 3.22.1

 gnome-builder-link.patch | 11 ---
 gnome-builder.spec   | 51 
 2 files changed, 34 insertions(+), 28 deletions(-)
---
diff --git a/gnome-builder.spec b/gnome-builder.spec
index 0cfa3e8..c114905 100644
--- a/gnome-builder.spec
+++ b/gnome-builder.spec
@@ -1,12 +1,12 @@
 Summary:   IDE for writing GNOME-based software
 Summary(pl.UTF-8): IDE do tworzenia oprogramowania opartego na GNOME
 Name:  gnome-builder
-Version:   3.20.0
+Version:   3.22.1
 Release:   1
 License:   GPL v3+
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-builder/3.20/%{name}-%{version}.tar.xz
-# Source0-md5: 32b4bfc8b366a72a8c0f7c7b7048b52e
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-builder/3.22/%{name}-%{version}.tar.xz
+# Source0-md5: 9818b6ef4aba60d9a18d231059cd669b
 Patch0:%{name}-link.patch
 URL:   https://wiki.gnome.org/Apps/Builder
 BuildRequires: appstream-glib-devel
@@ -14,6 +14,7 @@ BuildRequires:autoconf >= 2.69
 BuildRequires: automake >= 1:1.11
 BuildRequires: clang-devel >= 3.5
 BuildRequires: devhelp-devel >= 3.20.0
+BuildRequires: flatpak-devel
 # -std=gnu11 for C
 BuildRequires: gcc >= 6:4.7
 BuildRequires: gettext-tools
@@ -24,6 +25,7 @@ BuildRequires:gobject-introspection-devel >= 1.48.0
 BuildRequires: gtk+3-devel >= 3.20.0
 BuildRequires: gtk-doc >= 1.11
 BuildRequires: gtk-webkit4-devel >= 2.8.4
+BuildRequires: gtkmm3-devel
 BuildRequires: gtksourceview3-devel >= 3.20.0
 BuildRequires: intltool >= 0.50.1
 BuildRequires: libgit2-glib-devel >= 0.24.0
@@ -33,10 +35,12 @@ BuildRequires:  libstdc++-devel >= 6:4.7
 BuildRequires: libtool >= 2:2.2
 BuildRequires: libxml2-devel >= 1:2.9.0
 BuildRequires: llvm-devel >= 3.5
+BuildRequires: mm-common
+BuildRequires: mm-devel
 BuildRequires: pcre-devel
 BuildRequires: pkgconfig >= 1:0.22
 BuildRequires: python3-devel >= 1:3.2.3
-BuildRequires: python3-pygobject3-devel >= 3.20.0
+BuildRequires: python3-pygobject3-devel >= 3.21.0
 BuildRequires: rpmbuild(macros) >= 1.522
 BuildRequires: tar >= 1:1.22
 BuildRequires: vala >= 2:0.30.0.55
@@ -126,7 +130,6 @@ Dokumentacja API LibIDE.
 %patch0 -p1
 
 %build
-%{__intltoolize}
 %{__libtoolize}
 %{__aclocal} -I build/autotools
 %{__autoconf}
@@ -164,11 +167,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/gnome-builder
-%attr(755,root,root) %{_bindir}/gnome-builder-worker
-%attr(755,root,root) %{_bindir}/ide
+%attr(755,root,root) %{_bindir}/gnome-builder-cli
+%attr(755,root,root) %{_libdir}/gnome-builder-worker
 %dir %{_libdir}/gnome-builder
 %attr(755,root,root) %{_libdir}/gnome-builder/libegg-private.so.*.*.*
 %attr(755,root,root) %{_libdir}/gnome-builder/libegg-private.so.0
+%attr(755,root,root) %{_libdir}/gnome-builder/libgstyle-private.so.*.*.*
+%attr(755,root,root) %{_libdir}/gnome-builder/libgstyle-private.so.0
 %attr(755,root,root) %{_libdir}/gnome-builder/libide-1.0.so
 %attr(755,root,root) %{_libdir}/gnome-builder/libpanel-gtk.so.*.*.*
 %attr(755,root,root) %{_libdir}/gnome-builder/libpanel-gtk.so.0
@@ -180,6 +185,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/gnome-builder/libtemplate-glib-1.0.so.0
 %dir %{_libdir}/gnome-builder/girepository-1.0
 %{_libdir}/gnome-builder/girepository-1.0/Egg-1.0.typelib
+%{_libdir}/gnome-builder/girepository-1.0/Gstyle-1.0.typelib
 %{_libdir}/gnome-builder/girepository-1.0/Ide-1.0.typelib
 %{_libdir}/gnome-builder/girepository-1.0/Pnl-1.0.typelib
 %{_libdir}/gnome-builder/girepository-1.0/Template-1.0.typelib
@@ -192,6 +198,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/gnome-builder/plugins/autotools.plugin
 %attr(755,root,root) %{_libdir}/gnome-builder/plugins/libautotools-plugin.so
 
+%{_libdir}/gnome-builder/plugins/autotools-templates.plugin
+%{_libdir}/gnome-builder/plugins/autotools_templates
+%{_datadir}/gnome-builder/plugins/autotools_templates
+
 %{_libdir}/gnome-builder/plugins/build-tools.plugin
 %attr(755,root,root) %{_libdir}/gnome-builder/plugins/libbuild-tools-plugin.so
 
@@ -251,10 +261,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/gnome-builder/plugins/jhbuild.plugin
 %{_libdir}/gnome-builder/plugins/jhbuild_plugin.py
 
-%{_libdir}/gnome-builder/plugins/library-template.plugin
-%{_libdir}/gnome-builder/plugins/library_template
-%{_datadir}/gnome-builder/plugins/library_template
-
 %{_libdir}/gnome-builder/plugins/mingw.plugin
 %attr(755,root,root) %{_libdir}/gnome-builder/plugins/libmingw-plugin.so
 
@@ -285,12 +291,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/gnome-builder/plugins/vala-pack.plugin
 %attr(755,root,root) %{_libdir}/gnome-builder/plugins/libvala-pack-plugin.so
 
-%{_libdir}/gnome-builder/plugins/xdg-app.plugin
-%attr(755,root,root) 

DISTFILES: python-lesscpy: lesscpy-0.12.0.tar.gz

2016-10-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/l/lesscpy/lesscpy-0.12.0.tar.gz
0a5a3ca4091ad3fb62ac6f705f8463d4  lesscpy-0.12.0.tar.gz
Size: 168823 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-lesscpy] - new - added tests patch for paths containing version (as used with build-base)

2016-10-15 Thread qboosh
commit 4edceab92ca45346085452c775567b28aee115dd
Author: Jakub Bogusz 
Date:   Sat Oct 15 18:18:10 2016 +0200

- new
- added tests patch for paths containing version (as used with build-base)

 python-lesscpy-tests.patch |  11 
 python-lesscpy.spec| 141 +
 2 files changed, 152 insertions(+)
---
diff --git a/python-lesscpy.spec b/python-lesscpy.spec
new file mode 100644
index 000..c1c0d2c
--- /dev/null
+++ b/python-lesscpy.spec
@@ -0,0 +1,141 @@
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+%bcond_without python2 # CPython 2.x module
+%bcond_without python3 # CPython 3.x module
+
+Summary:   Python LESS Compiler
+Summary(pl.UTF-8): Kompilator języka LESS w Pythonie
+Name:  python-lesscpy
+Version:   0.12.0
+Release:   1
+License:   MIT
+Group: Libraries/Python
+#Source0Download: https://pypi.python.org/simple/lesscpy
+Source0:   
https://files.pythonhosted.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz
+# Source0-md5: 0a5a3ca4091ad3fb62ac6f705f8463d4
+Patch0:%{name}-tests.patch
+URL:   https://pypi.python.org/pypi/lesscpy
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.714
+%if %{with python2}
+BuildRequires: python-modules >= 1:2.6
+BuildRequires: python-setuptools
+%if %{with tests}
+BuildRequires: python-coverage
+BuildRequires: python-flake8
+BuildRequires: python-nose
+BuildRequires: python-ply
+BuildRequires: python-six
+%endif
+%endif
+%if %{with python3}
+BuildRequires: python3-modules >= 1:3.3
+BuildRequires: python3-setuptools
+%if %{with tests}
+BuildRequires: python3-coverage
+BuildRequires: python3-flake8
+BuildRequires: python3-nose
+BuildRequires: python3-six
+%endif
+%endif
+Requires:  python-modules >= 1:2.6
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A compiler written in Python for the LESS language. For those of us
+not willing or able to have node.js installed in our environment. Not
+all features of LESS are supported (yet). Some features wil probably
+never be supported (JavaScript evaluation). This program uses PLY
+(Python Lex-Yacc) to tokenize / parse the input and is considerably
+slower than the NodeJS compiler. The plan is to utilize this to build
+in proper syntax checking and perhaps YUI compressing.
+
+%description -l pl.UTF-8
+Napisany w Pythonie kompilator języka LESS, przeznaczony głównie dla
+tych, którzy nie chcą lub nie mogą mieć zainstalowanego środowiska
+node.js. (Jeszcze) nie wszystkie możliwości języka LESS są
+obsługiwane; niektóre pewnie nigdy nie będą (wykonywania JavaScriptu).
+Ten kod do analizy wejścia wykorzystuje moduł PLY (Python Lex-Yacc) i
+jest znacząco wolniejszy od kompilatora NodeJS. Jest plan
+wykorzystania takiego rozwiązania do stworzenia sprawdzania właściwej
+składni i może kompresji YUI.
+
+%package -n python3-lesscpy
+Summary:   Python LESS Compiler
+Summary(pl.UTF-8): Kompilator języka LESS w Pythonie
+Group: Libraries/Python
+Requires:  python3-modules >= 1:3.3
+
+%description -n python3-lesscpy
+A compiler written in Python for the LESS language. For those of us
+not willing or able to have node.js installed in our environment. Not
+all features of LESS are supported (yet). Some features wil probably
+never be supported (JavaScript evaluation). This program uses PLY
+(Python Lex-Yacc) to tokenize / parse the input and is considerably
+slower than the NodeJS compiler. The plan is to utilize this to build
+in proper syntax checking and perhaps YUI compressing.
+
+%description -n python3-lesscpy -l pl.UTF-8
+Napisany w Pythonie kompilator języka LESS, przeznaczony głównie dla
+tych, którzy nie chcą lub nie mogą mieć zainstalowanego środowiska
+node.js. (Jeszcze) nie wszystkie możliwości języka LESS są
+obsługiwane; niektóre pewnie nigdy nie będą (wykonywania JavaScriptu).
+Ten kod do analizy wejścia wykorzystuje moduł PLY (Python Lex-Yacc) i
+jest znacząco wolniejszy od kompilatora NodeJS. Jest plan
+wykorzystania takiego rozwiązania do stworzenia sprawdzania właściwej
+składni i może kompresji YUI.
+
+%prep
+%setup -q -n lesscpy-%{version}
+%patch0 -p1
+
+%build
+%if %{with python2}
+%py_build %{?with_tests:test}
+%endif
+
+%if %{with python3}
+LC_ALL=en_US.UTF-8 \
+%py3_build %{?with_tests:test}
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with python3}
+%py3_install
+
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/lesscpy{,-3}
+%endif
+
+%if %{with python2}
+%py_install
+%py_postclean
+
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/lesscpy{,-2}
+ln -sf lesscpy-3 $RPM_BUILD_ROOT%{_bindir}/lesscpy
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with python2}
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README.rst
+%attr(755,root,root) %{_bindir}/lesscpy
+%attr(755,root,root) %{_bindir}/lesscpy-2
+%{py_sitescriptdir}/lesscpy

[packages/python-lesscpy] Created branch master

2016-10-15 Thread qboosh
The branch 'master' was created.

Summary of new commits:

  4edceab... - new - added tests patch for paths containing version (as 
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libibverbs-driver-cxgb4: libcxgb4-1.4.0.tar.gz

2016-10-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.openfabrics.org/downloads/cxgb4/libcxgb4-1.4.0.tar.gz
7a668609789d1702212e191e5f41b147  libcxgb4-1.4.0.tar.gz
Size: 699114 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: evolution-mapi: evolution-mapi-3.22.0.tar.xz

2016-10-15 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/evolution-mapi/3.22/evolution-mapi-3.22.0.tar.xz
91b688a6ce42a1445a25d3f1f7957c14  evolution-mapi-3.22.0.tar.xz
Size: 626504 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/evolution-mapi] - up to 3.22.0

2016-10-15 Thread baggins
commit 615a678fdab7756e0d4caeab8a9de8224663ea8a
Author: Jan Rękorajski 
Date:   Sat Oct 15 20:05:06 2016 +0200

- up to 3.22.0

 evolution-mapi.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/evolution-mapi.spec b/evolution-mapi.spec
index e9bb7e4..7981419 100644
--- a/evolution-mapi.spec
+++ b/evolution-mapi.spec
@@ -1,12 +1,12 @@
 Summary:   Evolution extension for Exchange MAPI
 Summary(pl.UTF-8): Rozszerzenie Evolution dla Exchange MAPI
 Name:  evolution-mapi
-Version:   3.20.4
+Version:   3.22.0
 Release:   1
 License:   LGPL v2+
 Group: X11/Applications/Mail
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-mapi/3.20/%{name}-%{version}.tar.xz
-# Source0-md5: d354080a2857062a4847860a5b5d6616
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-mapi/3.22/%{name}-%{version}.tar.xz
+# Source0-md5: 91b688a6ce42a1445a25d3f1f7957c14
 URL:   http://projects.gnome.org/evolution/
 BuildRequires: autoconf >= 2.58
 BuildRequires: automake >= 1:1.9


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution-mapi.git/commitdiff/615a678fdab7756e0d4caeab8a9de8224663ea8a

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/corosync] - updated to 2.4.1

2016-10-15 Thread qboosh
commit 2f2f9c01bcb73c3e2f8d44b08736110e883949b1
Author: Jakub Bogusz 
Date:   Sat Oct 15 21:02:15 2016 +0200

- updated to 2.4.1

 corosync.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/corosync.spec b/corosync.spec
index 0107931..a31d581 100644
--- a/corosync.spec
+++ b/corosync.spec
@@ -14,13 +14,13 @@
 Summary:   Corosync - OSI Certified implementation of a complete cluster 
engine
 Summary(pl.UTF-8): Corosync - implementacja silnika klastrowego 
certyfikowana przez OSI
 Name:  corosync
-Version:   2.3.5
+Version:   2.4.1
 Release:   1
 License:   BSD
 Group: Base
 #Source0Download: http://corosync.org/download/
 Source0:   
http://build.clusterlabs.org/corosync/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 8894f00d499e0755467b381e6346f9ff
+# Source0-md5: 211a18722c9e98c35c421f32e719adb4
 Source1:   %{name}.init
 Source2:   %{name}-notifyd.init
 Source3:   %{name}-notifyd.sysconfig


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/corosync.git/commitdiff/2f2f9c01bcb73c3e2f8d44b08736110e883949b1

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: corosync: corosync-2.4.1.tar.gz

2016-10-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://build.clusterlabs.org/corosync/releases/corosync-2.4.1.tar.gz
211a18722c9e98c35c421f32e719adb4  corosync-2.4.1.tar.gz
Size: 1151612 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit